#00CCDD

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

Shades of Dark Turquoise #00CCDD

Tints of Dark Turquoise #00CCDD

Color information

#00CCDD (or 0x00CCDD) is unknown color: approx Dark Turquoise. HEX triplet: 00, CC and DD. RGB value is (0,204,221). Sum of RGB (Red+Green+Blue) = 0+204+221=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #00CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCDD is #FF3322. Grayscale: #909090. Windows color (decimal): -16724771 or 14535680. OLE color: 14535680.

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

Color convert

RGB0204221-
CMYK10.0800.13
HSL184.62º100%43.33%-
HSV(B)184.62º100%86.67%-
XYZ34.6448.4175.92-
YUV144.94170.9124.62-

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) = 48%
BLUE value IS 221 (86.72% from 255) = 52%
R=0%
G=48%
B=52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal020422110.0800.13184.6210043.33
Hex0CCDD6480Db9642b
Octal03143351441001527114453
Binary011001100110111011100100100001101101110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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