Html Css Color HEX #01DFE1 Bright Turquoise

📋 copy color: '#01DFE1'

red 1 ◦ green 223 ◦ blue 225

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

Shades of Bright Turquoise #01DFE1

Tints of Bright Turquoise #01DFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 0.22%
G = 49.67%
B = 50.11%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#01DFE1 (or 0x01DFE1) is known color: Bright Turquoise. HEX triplet: 01, DF and E1. RGB value is (1,223,225). Sum of RGB (Red+Green+Blue) = 1+223+225=449 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #01DFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFE1 is #FE201E. Grayscale: #9C9C9C. Windows color (decimal): -16654367 or 14802689. OLE color: 14802689.

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

Color convert

RGB 1 223 225 -
CMYK 1.00 0.01 0 0.12
HSL 180.54º 0.99% 0.44% -
HSV(B) 180.54º 1% 0.88% -
XYZ 39.99 58.22 80.36 -
YUV 156.85 166.45 16.84 -
System Red Green Blue C M Y K H S L
Decimal 1 223 225 1.00 0.01 0 0.12 180.54 0.99 0.44
Hex 1 DF E1 64 1 0 C B5 63 2C
Octal 1 337 341 144 1 0 14 265 143 54
Binary 1 11011111 11100001 1100100 1 0 1100 10110101 1100011 101100

Color Harmonies of #01DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFE1

Black with #01DFE1

Text Example


Text Example

White with #01DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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