Html Css Color HEX #01DFCC Dark Turquoise

📋 copy color: '#01DFCC'

red 1 ◦ green 223 ◦ blue 204

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

Shades of Dark Turquoise #01DFCC

Tints of Dark Turquoise #01DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.1%

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

R = 0.23%
G = 52.1%
B = 47.66%

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

#01DFCC (or 0x01DFCC) is known color: Dark Turquoise. HEX triplet: 01, DF and CC. RGB value is (1,223,204). Sum of RGB (Red+Green+Blue) = 1+223+204=428 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFCC is #FE2033. Grayscale: #9A9A9A. Windows color (decimal): -16654388 or 13426433. OLE color: 13426433.

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

Color convert

RGB 1 223 204 -
CMYK 1.00 0 0.09 0.13
HSL 174.86º 0.99% 0.44% -
HSV(B) 174.86º 1% 0.87% -
XYZ 37.3 57.14 66.19 -
YUV 154.46 155.95 18.54 -
System Red Green Blue C M Y K H S L
Decimal 1 223 204 1.00 0 0.09 0.13 174.86 0.99 0.44
Hex 1 DF CC 64 0 9 D AF 63 2C
Octal 1 337 314 144 0 11 15 257 143 54
Binary 1 11011111 11001100 1100100 0 1001 1101 10101111 1100011 101100

Color Harmonies of #01DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFCC

Black with #01DFCC

Text Example


Text Example

White with #01DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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