Html Css Color HEX #01DCD0 Dark Turquoise

📋 copy color: '#01DCD0'

red 1 ◦ green 220 ◦ blue 208

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

Shades of Dark Turquoise #01DCD0

Tints of Dark Turquoise #01DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.28%

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

R = 0.23%
G = 51.28%
B = 48.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#01DCD0 (or 0x01DCD0) is known color: Dark Turquoise. HEX triplet: 01, DC and D0. RGB value is (1,220,208). Sum of RGB (Red+Green+Blue) = 1+220+208=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCD0 is #FE232F. Grayscale: #989898. Windows color (decimal): -16655152 or 13687809. OLE color: 13687809.

HSL color Cylindrical-coordinate representation of color #01DCD0: hue angle of 176.71º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCD0 is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 208 -
CMYK 1.00 0 0.05 0.14
HSL 176.71º 0.99% 0.43% -
HSV(B) 176.71º 1% 0.86% -
XYZ 36.99 55.75 68.49 -
YUV 153.15 158.95 19.48 -
System Red Green Blue C M Y K H S L
Decimal 1 220 208 1.00 0 0.05 0.14 176.71 0.99 0.43
Hex 1 DC D0 64 0 5 E B1 63 2B
Octal 1 334 320 144 0 5 16 261 143 53
Binary 1 11011100 11010000 1100100 0 101 1110 10110001 1100011 101011

Color Harmonies of #01DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCD0

Black with #01DCD0

Text Example


Text Example

White with #01DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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