#00C0DE

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

Shades of Dark Turquoise #00C0DE

Tints of Dark Turquoise #00C0DE

Color information

#00C0DE (or 0x00C0DE) is unknown color: approx Dark Turquoise. HEX triplet: 00, C0 and DE. RGB value is (0,192,222). Sum of RGB (Red+Green+Blue) = 0+192+222=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #00C0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0DE is #FF3F21. Grayscale: #898989. Windows color (decimal): -16727842 or 14598144. OLE color: 14598144.

HSL color Cylindrical-coordinate representation of color #00C0DE: hue angle of 188.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0DE is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0192222-
CMYK10.1400.13
HSL188.11º100%43.53%-
HSV(B)188.11º100%87.06%-
XYZ32.0342.9775.71-
YUV138.01175.3929.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 192 (75.39% from 255) = 46.38%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=0%
G=46.38%
B=53.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal019222210.1400.13188.1110043.53
Hex0C0DE64E0Dbc642c
Octal03003361441601527414454
Binary011000000110111101100100111001101101111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,192,222); }

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

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

 a { background-color: rgb(0,192,222); }

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

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

 span { border-color: rgb(0,192,222); }

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