#00C1D6

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

Shades of Dark Turquoise #00C1D6

Tints of Dark Turquoise #00C1D6

Color information

#00C1D6 (or 0x00C1D6) is unknown color: approx Dark Turquoise. HEX triplet: 00, C1 and D6. RGB value is (0,193,214). Sum of RGB (Red+Green+Blue) = 0+193+214=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #00C1D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1D6 is #FF3E29. Grayscale: #898989. Windows color (decimal): -16727594 or 14074112. OLE color: 14074112.

HSL color Cylindrical-coordinate representation of color #00C1D6: hue angle of 185.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C1D6 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB0193214-
CMYK10.1000.16
HSL185.89º100%41.96%-
HSV(B)185.89º100%83.92%-
XYZ31.2142.9970.27-
YUV137.69171.0629.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 47.42%
BLUE value IS 214 (83.98% from 255) = 52.58%
R=0%
G=47.42%
B=52.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal019321410.1000.16185.8910041.96
Hex0C1D664A010ba642a
Octal03013261441202027214452
Binary0110000011101011011001001010010000101110101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,193,214); }

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

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

 a { background-color: rgb(0,193,214); }

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

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

 span { border-color: rgb(0,193,214); }

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