Html Css Color HEX #00CED1 DarkTurquoise

📋 copy color: '#00CED1'

red 0 ◦ green 206 ◦ blue 209

#00CED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of DarkTurquoise #00CED1

Tints of DarkTurquoise #00CED1

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 value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

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

RGB 0 206 209 -
CMYK 1 0.01 0 0.18
HSL 180.86º 1% 0.41% -
HSV(B) 180.86º 1% 0.82% -
XYZ 33.58 48.75 67.96 -
YUV 144.75 164.25 24.76 -
System Red Green Blue C M Y K H S L
Decimal 0 206 209 1 0.01 0 0.18 180.86 1 0.41
Hex 0 CE D1 64 1 0 12 B5 64 29
Octal 0 316 321 144 1 0 22 265 144 51
Binary 0 11001110 11010001 1100100 1 0 10010 10110101 1100100 101001

Color Harmonies of #00CED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CED1

Black with #00CED1

Text Example


Text Example

White with #00CED1

Text Example


Text Example

HTML Codes & Css Web 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>