Html Css Color HEX #01DFDD Bright Turquoise

📋 copy color: '#01DFDD'

red 1 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #01DFDD

Tints of Bright Turquoise #01DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 0.22%
G = 50.11%
B = 49.66%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#01DFDD (or 0x01DFDD) is known color: Bright Turquoise. HEX triplet: 01, DF and DD. RGB value is (1,223,221). Sum of RGB (Red+Green+Blue) = 1+223+221=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFDD is #FE2022. Grayscale: #9C9C9C. Windows color (decimal): -16654371 or 14540545. OLE color: 14540545.

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

Color convert

RGB 1 223 221 -
CMYK 1.00 0 0.01 0.13
HSL 179.46º 0.99% 0.44% -
HSV(B) 179.46º 1% 0.87% -
XYZ 39.45 58 77.52 -
YUV 156.39 164.45 17.16 -
System Red Green Blue C M Y K H S L
Decimal 1 223 221 1.00 0 0.01 0.13 179.46 0.99 0.44
Hex 1 DF DD 64 0 1 D B3 63 2C
Octal 1 337 335 144 0 1 15 263 143 54
Binary 1 11011111 11011101 1100100 0 1 1101 10110011 1100011 101100

Color Harmonies of #01DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFDD

Black with #01DFDD

Text Example


Text Example

White with #01DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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