Html Css Color HEX #01DECA Dark Turquoise

📋 copy color: '#01DECA'

red 1 ◦ green 222 ◦ blue 202

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

Shades of Dark Turquoise #01DECA

Tints of Dark Turquoise #01DECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 0.24%
G = 52.24%
B = 47.53%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#01DECA (or 0x01DECA) is known color: Dark Turquoise. HEX triplet: 01, DE and CA. RGB value is (1,222,202). Sum of RGB (Red+Green+Blue) = 1+222+202=425 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #01DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DECA is #FE2135. Grayscale: #999999. Windows color (decimal): -16654646 or 13295105. OLE color: 13295105.

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

Color convert

RGB 1 222 202 -
CMYK 1.00 0 0.09 0.13
HSL 174.57º 0.99% 0.44% -
HSV(B) 174.57º 1% 0.87% -
XYZ 36.79 56.51 64.85 -
YUV 153.64 155.28 19.13 -
System Red Green Blue C M Y K H S L
Decimal 1 222 202 1.00 0 0.09 0.13 174.57 0.99 0.44
Hex 1 DE CA 64 0 9 D AF 63 2C
Octal 1 336 312 144 0 11 15 257 143 54
Binary 1 11011110 11001010 1100100 0 1001 1101 10101111 1100011 101100

Color Harmonies of #01DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DECA

Black with #01DECA

Text Example


Text Example

White with #01DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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