#00C6D3

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

Shades of Dark Turquoise #00C6D3

Tints of Dark Turquoise #00C6D3

Color information

#00C6D3 (or 0x00C6D3) is unknown color: approx Dark Turquoise. HEX triplet: 00, C6 and D3. RGB value is (0,198,211). Sum of RGB (Red+Green+Blue) = 0+198+211=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #00C6D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C6D3 is #FF392C. Grayscale: #8C8C8C. Windows color (decimal): -16726317 or 13878784. OLE color: 13878784.

HSL color Cylindrical-coordinate representation of color #00C6D3: hue angle of 183.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C6D3 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB0198211-
CMYK10.0600.17
HSL183.7º100%41.37%-
HSV(B)183.7º100%82.75%-
XYZ31.9545.0968.65-
YUV140.28167.927.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 198 (77.73% from 255) = 48.41%
BLUE value IS 211 (82.81% from 255) = 51.59%
R=0%
G=48.41%
B=51.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal019821110.0600.17183.710041.37
Hex0C6D3646011b86429
Octal0306323144602127014451
Binary011000110110100111100100110010001101110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,198,211); }

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

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

 a { background-color: rgb(0,198,211); }

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

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

 span { border-color: rgb(0,198,211); }

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