Html Css Color HEX #01DCD1 Dark Turquoise

📋 copy color: '#01DCD1'

red 1 ◦ green 220 ◦ blue 209

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

Shades of Dark Turquoise #01DCD1

Tints of Dark Turquoise #01DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.6%

R = 0.23%
G = 51.16%
B = 48.6%

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

#01DCD1 (or 0x01DCD1) is known color: Dark Turquoise. HEX triplet: 01, DC and D1. RGB value is (1,220,209). Sum of RGB (Red+Green+Blue) = 1+220+209=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCD1 is #FE232E. Grayscale: #999999. Windows color (decimal): -16655151 or 13753345. OLE color: 13753345.

HSL color Cylindrical-coordinate representation of color #01DCD1: hue angle of 176.99º 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 #01DCD1 is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 209 -
CMYK 1.00 0 0.05 0.14
HSL 176.99º 0.99% 0.43% -
HSV(B) 176.99º 1% 0.86% -
XYZ 37.11 55.8 69.14 -
YUV 153.27 159.45 19.39 -
System Red Green Blue C M Y K H S L
Decimal 1 220 209 1.00 0 0.05 0.14 176.99 0.99 0.43
Hex 1 DC D1 64 0 5 E B1 63 2B
Octal 1 334 321 144 0 5 16 261 143 53
Binary 1 11011100 11010001 1100100 0 101 1110 10110001 1100011 101011

Color Harmonies of #01DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCD1

Black with #01DCD1

Text Example


Text Example

White with #01DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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