#00c4dd

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

Shades of Dark Turquoise #00C4DD

Tints of Dark Turquoise #00C4DD

Color information

#00C4DD (or 0x00C4DD) is unknown color: approx Dark Turquoise. HEX triplet: 00, C4 and DD. RGB value is (0,196,221). Sum of RGB (Red+Green+Blue) = 0+196+221=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #00C4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C4DD is #FF3B22. Grayscale: #8B8B8B. Windows color (decimal): -16726819 or 14533632. OLE color: 14533632.

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

Color convert

RGB0196221-
CMYK10.1100.13
HSL186.79º100%43.33%-
HSV(B)186.79º100%86.67%-
XYZ32.7944.775.31-
YUV140.25173.5727.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=0%
G=47.00%
B=53.00%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal019622110.1100.13186.7910043.33
Hex0C4DD64B0Dbb642b
Octal03043351441301527314453
Binary011000100110111011100100101101101101110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00c4dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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