#00CCD9

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

Shades of Dark Turquoise #00CCD9

Tints of Dark Turquoise #00CCD9

Color information

#00CCD9 (or 0x00CCD9) is unknown color: approx Dark Turquoise. HEX triplet: 00, CC and D9. RGB value is (0,204,217). Sum of RGB (Red+Green+Blue) = 0+204+217=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #00CCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCD9 is #FF3326. Grayscale: #909090. Windows color (decimal): -16724775 or 14273536. OLE color: 14273536.

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

Color convert

RGB0204217-
CMYK10.0600.15
HSL183.59º100%42.55%-
HSV(B)183.59º100%85.1%-
XYZ34.1248.273.15-
YUV144.49168.9124.94-

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.46%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=0%
G=48.46%
B=51.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal020421710.0600.15183.5910042.55
Hex0CCD96460Fb8642b
Octal0314331144601727014453
Binary01100110011011001110010011001111101110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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