#00C8DD

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

Shades of Dark Turquoise #00C8DD

Tints of Dark Turquoise #00C8DD

Color information

#00C8DD (or 0x00C8DD) is unknown color: approx Dark Turquoise. HEX triplet: 00, C8 and DD. RGB value is (0,200,221). Sum of RGB (Red+Green+Blue) = 0+200+221=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #00C8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C8DD is #FF3722. Grayscale: #8E8E8E. Windows color (decimal): -16725795 or 14534656. OLE color: 14534656.

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

Color convert

RGB0200221-
CMYK10.1000.13
HSL185.7º100%43.33%-
HSV(B)185.7º100%86.67%-
XYZ33.7146.5375.61-
YUV142.59172.2426.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 200 (78.52% from 255) = 47.51%
BLUE value IS 221 (86.72% from 255) = 52.49%
R=0%
G=47.51%
B=52.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal020022110.1000.13185.710043.33
Hex0C8DD64A0Dba642b
Octal03103351441201527214453
Binary011001000110111011100100101001101101110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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