Html Css Color HEX #01DCCE Dark Turquoise

📋 copy color: '#01DCCE'

red 1 ◦ green 220 ◦ blue 206

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

Shades of Dark Turquoise #01DCCE

Tints of Dark Turquoise #01DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 0.23%
G = 51.52%
B = 48.24%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#01DCCE (or 0x01DCCE) is known color: Dark Turquoise. HEX triplet: 01, DC and CE. RGB value is (1,220,206). Sum of RGB (Red+Green+Blue) = 1+220+206=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCCE is #FE2331. Grayscale: #989898. Windows color (decimal): -16655154 or 13556737. OLE color: 13556737.

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

Color convert

RGB 1 220 206 -
CMYK 1.00 0 0.06 0.14
HSL 176.16º 0.99% 0.43% -
HSV(B) 176.16º 1% 0.86% -
XYZ 36.75 55.65 67.2 -
YUV 152.92 157.95 19.64 -
System Red Green Blue C M Y K H S L
Decimal 1 220 206 1.00 0 0.06 0.14 176.16 0.99 0.43
Hex 1 DC CE 64 0 6 E B0 63 2B
Octal 1 334 316 144 0 6 16 260 143 53
Binary 1 11011100 11001110 1100100 0 110 1110 10110000 1100011 101011

Color Harmonies of #01DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCCE

Black with #01DCCE

Text Example


Text Example

White with #01DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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