Html Css Color HEX #01E7D7 Bright Turquoise

📋 copy color: '#01E7D7'

red 1 ◦ green 231 ◦ blue 215

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

Shades of Bright Turquoise #01E7D7

Tints of Bright Turquoise #01E7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.1%

R = 0.22%
G = 51.68%
B = 48.1%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#01E7D7 (or 0x01E7D7) is known color: Bright Turquoise. HEX triplet: 01, E7 and D7. RGB value is (1,231,215). Sum of RGB (Red+Green+Blue) = 1+231+215=447 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #01E7D7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E7D7 is #FE1828. Grayscale: #A0A0A0. Windows color (decimal): -16652329 or 14149377. OLE color: 14149377.

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

Color convert

RGB 1 231 215 -
CMYK 1.00 0 0.07 0.09
HSL 175.83º 0.99% 0.45% -
HSV(B) 175.83º 1% 0.91% -
XYZ 40.85 62.06 74.12 -
YUV 160.41 158.8 14.3 -
System Red Green Blue C M Y K H S L
Decimal 1 231 215 1.00 0 0.07 0.09 175.83 0.99 0.45
Hex 1 E7 D7 64 0 7 9 B0 63 2D
Octal 1 347 327 144 0 7 11 260 143 55
Binary 1 11100111 11010111 1100100 0 111 1001 10110000 1100011 101101

Color Harmonies of #01E7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E7D7

Black with #01E7D7

Text Example


Text Example

White with #01E7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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