#00CAD9

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

Shades of Dark Turquoise #00CAD9

Tints of Dark Turquoise #00CAD9

Color information

#00CAD9 (or 0x00CAD9) is unknown color: approx Dark Turquoise. HEX triplet: 00, CA and D9. RGB value is (0,202,217). Sum of RGB (Red+Green+Blue) = 0+202+217=419 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #00CAD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CAD9 is #FF3526. Grayscale: #8F8F8F. Windows color (decimal): -16725287 or 14273024. OLE color: 14273024.

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

Color convert

RGB0202217-
CMYK10.0700.15
HSL184.15º100%42.55%-
HSV(B)184.15º100%85.1%-
XYZ33.6447.2572.99-
YUV143.31169.5825.78-

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) = 48.21%
BLUE value IS 217 (85.16% from 255) = 51.79%
R=0%
G=48.21%
B=51.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal020221710.0700.15184.1510042.55
Hex0CAD96470Fb8642b
Octal0312331144701727014453
Binary01100101011011001110010011101111101110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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