#00CED1

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

Shades of DarkTurquoise #00CED1

Tints of DarkTurquoise #00CED1

Color information

#00CED1 (or 0x00CED1) is known color: DarkTurquoise. HEX triplet: 00, CE and D1. RGB value is (0,206,209). Sum of RGB (Red+Green+Blue) = 0+206+209=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #00CED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CED1 is #FF312E. Grayscale: #909090. Windows color (decimal): -16724271 or 13749760. OLE color: 13749760.

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

Color convert

RGB0206209-
CMYK10.0100.18
HSL180.86º100%40.98%-
HSV(B)180.86º100%81.96%-
XYZ33.5848.7567.96-
YUV144.75164.2524.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 206 (80.86% from 255) = 49.64%
BLUE value IS 209 (82.03% from 255) = 50.36%
R=0%
G=49.64%
B=50.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal020620910.0100.18180.8610040.98
Hex0CED1641012b56429
Octal0316321144102226514451
Binary0110011101101000111001001010010101101011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,206,209); }

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

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

 a { background-color: rgb(0,206,209); }

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

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

 span { border-color: rgb(0,206,209); }

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