Html Css Color HEX #01CED0 Dark Turquoise

📋 copy color: '#01CED0'

red 1 ◦ green 206 ◦ blue 208

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

Shades of Dark Turquoise #01CED0

Tints of Dark Turquoise #01CED0

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 206 (80.86% from 255) = 49.64%

 BLUE value IS 208 (81.64% from 255) = 50.12%

R = 0.24%
G = 49.64%
B = 50.12%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#01CED0 (or 0x01CED0) is known color: Dark Turquoise. HEX triplet: 01, CE and D0. RGB value is (1,206,208). Sum of RGB (Red+Green+Blue) = 1+206+208=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #01CED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CED0 is #FE312F. Grayscale: #909090. Windows color (decimal): -16658736 or 13684225. OLE color: 13684225.

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

Color convert

RGB 1 206 208 -
CMYK 1.00 0.01 0 0.18
HSL 180.58º 0.99% 0.41% -
HSV(B) 180.58º 1% 0.82% -
XYZ 33.47 48.7 67.31 -
YUV 144.93 163.58 25.34 -
System Red Green Blue C M Y K H S L
Decimal 1 206 208 1.00 0.01 0 0.18 180.58 0.99 0.41
Hex 1 CE D0 64 1 0 12 B5 63 29
Octal 1 316 320 144 1 0 22 265 143 51
Binary 1 11001110 11010000 1100100 1 0 10010 10110101 1100011 101001

Color Harmonies of #01CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CED0

Black with #01CED0

Text Example


Text Example

White with #01CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CED0; }

 p { color: rgb(1,206,208); }

 H1.HeaderClassName
 {
   color: #01CED0;
 }
 .AnyTagClassName
 {
   color: #01CED0;
 }
</style>

background-color css

<style>
 a { background-color: #01CED0; }

 a { background-color: rgb(1,206,208); }

 div.DivClassName
 {
   background-color: #01CED0;
 }
 .BgClassName
 {
   background-color: #01CED0;
 }
</style>

border-color css

<style>
 span { border-color: #01CED0; }

 span { border-color: rgb(1,206,208); }

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