#00CCDE

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

Shades of Dark Turquoise #00CCDE

Tints of Dark Turquoise #00CCDE

Color information

#00CCDE (or 0x00CCDE) is unknown color: approx Dark Turquoise. HEX triplet: 00, CC and DE. RGB value is (0,204,222). Sum of RGB (Red+Green+Blue) = 0+204+222=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #00CCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCDE is #FF3321. Grayscale: #909090. Windows color (decimal): -16724770 or 14601216. OLE color: 14601216.

HSL color Cylindrical-coordinate representation of color #00CCDE: hue angle of 184.86º 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 #00CCDE is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0204222-
CMYK10.0800.13
HSL184.86º100%43.53%-
HSV(B)184.86º100%87.06%-
XYZ34.7848.4676.63-
YUV145.06171.4124.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=0%
G=47.89%
B=52.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal020422210.0800.13184.8610043.53
Hex0CCDE6480Db9642c
Octal03143361441001527114454
Binary011001100110111101100100100001101101110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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