#00CADD

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

Shades of Dark Turquoise #00CADD

Tints of Dark Turquoise #00CADD

Color information

#00CADD (or 0x00CADD) is unknown color: approx Dark Turquoise. HEX triplet: 00, CA and DD. RGB value is (0,202,221). Sum of RGB (Red+Green+Blue) = 0+202+221=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #00CADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CADD is #FF3522. Grayscale: #8F8F8F. Windows color (decimal): -16725283 or 14535168. OLE color: 14535168.

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

Color convert

RGB0202221-
CMYK10.0900.13
HSL185.16º100%43.33%-
HSV(B)185.16º100%86.67%-
XYZ34.1747.4675.77-
YUV143.77171.5825.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=0%
G=47.75%
B=52.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal020222110.0900.13185.1610043.33
Hex0CADD6490Db9642b
Octal03123351441101527114453
Binary011001010110111011100100100101101101110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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