Html Css Color HEX #01E0CE Bright Turquoise

📋 copy color: '#01E0CE'

red 1 ◦ green 224 ◦ blue 206

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

Shades of Bright Turquoise #01E0CE

Tints of Bright Turquoise #01E0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 0.23%
G = 51.97%
B = 47.8%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#01E0CE (or 0x01E0CE) is known color: Bright Turquoise. HEX triplet: 01, E0 and CE. RGB value is (1,224,206). Sum of RGB (Red+Green+Blue) = 1+224+206=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0CE is #FE1F31. Grayscale: #9B9B9B. Windows color (decimal): -16654130 or 13557761. OLE color: 13557761.

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

Color convert

RGB 1 224 206 -
CMYK 1.00 0 0.08 0.12
HSL 175.16º 0.99% 0.44% -
HSV(B) 175.16º 1% 0.88% -
XYZ 37.81 57.77 67.55 -
YUV 155.27 156.62 17.96 -
System Red Green Blue C M Y K H S L
Decimal 1 224 206 1.00 0 0.08 0.12 175.16 0.99 0.44
Hex 1 E0 CE 64 0 8 C AF 63 2C
Octal 1 340 316 144 0 10 14 257 143 54
Binary 1 11100000 11001110 1100100 0 1000 1100 10101111 1100011 101100

Color Harmonies of #01E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E0CE

Black with #01E0CE

Text Example


Text Example

White with #01E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,224,206); }

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

background-color css

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

 a { background-color: rgb(1,224,206); }

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

border-color css

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

 span { border-color: rgb(1,224,206); }

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