Html Css Color HEX #01E5D4 Bright Turquoise

📋 copy color: '#01E5D4'

red 1 ◦ green 229 ◦ blue 212

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

Shades of Bright Turquoise #01E5D4

Tints of Bright Turquoise #01E5D4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.81%

 BLUE value IS 212 (83.2% from 255) = 47.96%

R = 0.23%
G = 51.81%
B = 47.96%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#01E5D4 (or 0x01E5D4) is known color: Bright Turquoise. HEX triplet: 01, E5 and D4. RGB value is (1,229,212). Sum of RGB (Red+Green+Blue) = 1+229+212=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #01E5D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E5D4 is #FE1A2B. Grayscale: #9E9E9E. Windows color (decimal): -16652844 or 13952257. OLE color: 13952257.

HSL color Cylindrical-coordinate representation of color #01E5D4: hue angle of 175.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E5D4 is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 229 212 -
CMYK 1.00 0 0.07 0.10
HSL 175.53º 0.99% 0.45% -
HSV(B) 175.53º 1% 0.9% -
XYZ 39.92 60.8 71.92 -
YUV 158.89 157.96 15.38 -
System Red Green Blue C M Y K H S L
Decimal 1 229 212 1.00 0 0.07 0.10 175.53 0.99 0.45
Hex 1 E5 D4 64 0 7 A B0 63 2D
Octal 1 345 324 144 0 7 12 260 143 55
Binary 1 11100101 11010100 1100100 0 111 1010 10110000 1100011 101101

Color Harmonies of #01E5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E5D4

Black with #01E5D4

Text Example


Text Example

White with #01E5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,229,212); }

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

background-color css

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

 a { background-color: rgb(1,229,212); }

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

border-color css

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

 span { border-color: rgb(1,229,212); }

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