#00D1E5

Color #00D1E5 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #00D1E5

Tints of Dark Turquoise #00D1E5

Color information

#00D1E5 (or 0x00D1E5) is unknown color: approx Dark Turquoise. HEX triplet: 00, D1 and E5. RGB value is (0,209,229). Sum of RGB (Red+Green+Blue) = 0+209+229=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #00D1E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1E5 is #FF2E1A. Grayscale: #949494. Windows color (decimal): -16723483 or 15061248. OLE color: 15061248.

HSL color Cylindrical-coordinate representation of color #00D1E5: hue angle of 185.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D1E5 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB0209229-
CMYK10.0900.10
HSL185.24º100%44.9%-
HSV(B)185.24º100%89.8%-
XYZ36.9451.2682.08-
YUV148.79173.2621.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 209 (82.03% from 255) = 47.72%
BLUE value IS 229 (89.84% from 255) = 52.28%
R=0%
G=47.72%
B=52.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal020922910.0900.10185.2410044.9
Hex0D1E56490Ab9642d
Octal03213451441101227114455
Binary011010001111001011100100100101010101110011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00D1E5; }

 p { color: rgb(0,209,229); }

 H1.HeaderClassName
 {
   color: #00D1E5;
 }
 .AnyTagClassName
 {
   color: #00D1E5;
 }
</style>
background-color css

<style>
 a { background-color: #00D1E5; }

 a { background-color: rgb(0,209,229); }

 div.DivClassName
 {
   background-color: #00D1E5;
 }
 .BgClassName
 {
   background-color: #00D1E5;
 }
</style>
border-color css

<style>
 span { border-color: #00D1E5; }

 span { border-color: rgb(0,209,229); }

 td.TdClassName
 {
   border-color: #00D1E5;
 }
 .TagClassName
 {
   border-color: #00D1E5;
 }
</style>