Html Css Color HEX #01DECC Dark Turquoise

📋 copy color: '#01DECC'

red 1 ◦ green 222 ◦ blue 204

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

Shades of Dark Turquoise #01DECC

Tints of Dark Turquoise #01DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.99%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 0.23%
G = 51.99%
B = 47.78%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#01DECC (or 0x01DECC) is known color: Dark Turquoise. HEX triplet: 01, DE and CC. RGB value is (1,222,204). Sum of RGB (Red+Green+Blue) = 1+222+204=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #01DECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DECC is #FE2133. Grayscale: #999999. Windows color (decimal): -16654644 or 13426177. OLE color: 13426177.

HSL color Cylindrical-coordinate representation of color #01DECC: hue angle of 175.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DECC is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 222 204 -
CMYK 1.00 0 0.08 0.13
HSL 175.11º 0.99% 0.44% -
HSV(B) 175.11º 1% 0.87% -
XYZ 37.03 56.61 66.1 -
YUV 153.87 156.28 18.96 -
System Red Green Blue C M Y K H S L
Decimal 1 222 204 1.00 0 0.08 0.13 175.11 0.99 0.44
Hex 1 DE CC 64 0 8 D AF 63 2C
Octal 1 336 314 144 0 10 15 257 143 54
Binary 1 11011110 11001100 1100100 0 1000 1101 10101111 1100011 101100

Color Harmonies of #01DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DECC

Black with #01DECC

Text Example


Text Example

White with #01DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,222,204); }

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

background-color css

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

 a { background-color: rgb(1,222,204); }

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

border-color css

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

 span { border-color: rgb(1,222,204); }

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