Html Css Color HEX #01E7C9 Bright Turquoise

📋 copy color: '#01E7C9'

red 1 ◦ green 231 ◦ blue 201

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

Shades of Bright Turquoise #01E7C9

Tints of Bright Turquoise #01E7C9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.35%

 BLUE value IS 201 (78.91% from 255) = 46.42%

R = 0.23%
G = 53.35%
B = 46.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#01E7C9 (or 0x01E7C9) is known color: Bright Turquoise. HEX triplet: 01, E7 and C9. RGB value is (1,231,201). Sum of RGB (Red+Green+Blue) = 1+231+201=433 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 433); Green value is 231 (90.62% from 255 or 53.35% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 231 - color contains mainly: green. Hex color #01E7C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E7C9 is #FE1836. Grayscale: #9E9E9E. Windows color (decimal): -16652343 or 13231873. OLE color: 13231873.

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

Color convert

RGB 1 231 201 -
CMYK 1.00 0 0.13 0.09
HSL 172.17º 0.99% 0.45% -
HSV(B) 172.17º 1% 0.91% -
XYZ 39.13 61.38 65.04 -
YUV 158.81 151.8 15.44 -
System Red Green Blue C M Y K H S L
Decimal 1 231 201 1.00 0 0.13 0.09 172.17 0.99 0.45
Hex 1 E7 C9 64 0 D 9 AC 63 2D
Octal 1 347 311 144 0 15 11 254 143 55
Binary 1 11100111 11001001 1100100 0 1101 1001 10101100 1100011 101101

Color Harmonies of #01E7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E7C9

Black with #01E7C9

Text Example


Text Example

White with #01E7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,231,201); }

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

background-color css

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

 a { background-color: rgb(1,231,201); }

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

border-color css

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

 span { border-color: rgb(1,231,201); }

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