Html Css Color HEX #01DFCB Dark Turquoise

📋 copy color: '#01DFCB'

red 1 ◦ green 223 ◦ blue 203

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

Shades of Dark Turquoise #01DFCB

Tints of Dark Turquoise #01DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 0.23%
G = 52.22%
B = 47.54%

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

#01DFCB (or 0x01DFCB) is known color: Dark Turquoise. HEX triplet: 01, DF and CB. RGB value is (1,223,203). Sum of RGB (Red+Green+Blue) = 1+223+203=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFCB is #FE2034. Grayscale: #9A9A9A. Windows color (decimal): -16654389 or 13360897. OLE color: 13360897.

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

Color convert

RGB 1 223 203 -
CMYK 1.00 0 0.09 0.13
HSL 174.59º 0.99% 0.44% -
HSV(B) 174.59º 1% 0.87% -
XYZ 37.18 57.09 65.56 -
YUV 154.34 155.45 18.63 -
System Red Green Blue C M Y K H S L
Decimal 1 223 203 1.00 0 0.09 0.13 174.59 0.99 0.44
Hex 1 DF CB 64 0 9 D AF 63 2C
Octal 1 337 313 144 0 11 15 257 143 54
Binary 1 11011111 11001011 1100100 0 1001 1101 10101111 1100011 101100

Color Harmonies of #01DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFCB

Black with #01DFCB

Text Example


Text Example

White with #01DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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