#00CBD9

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

Shades of Dark Turquoise #00CBD9

Tints of Dark Turquoise #00CBD9

Color information

#00CBD9 (or 0x00CBD9) is unknown color: approx Dark Turquoise. HEX triplet: 00, CB and D9. RGB value is (0,203,217). Sum of RGB (Red+Green+Blue) = 0+203+217=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #00CBD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBD9 is #FF3426. Grayscale: #8F8F8F. Windows color (decimal): -16725031 or 14273280. OLE color: 14273280.

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

Color convert

RGB0203217-
CMYK10.0600.15
HSL183.87º100%42.55%-
HSV(B)183.87º100%85.1%-
XYZ33.8847.7273.07-
YUV143.9169.2525.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 217 (85.16% from 255) = 51.67%
R=0%
G=48.33%
B=51.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal020321710.0600.15183.8710042.55
Hex0CBD96460Fb8642b
Octal0313331144601727014453
Binary01100101111011001110010011001111101110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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