Html Css Color HEX #01EBC0 Bright Turquoise

📋 copy color: '#01EBC0'

red 1 ◦ green 235 ◦ blue 192

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

Shades of Bright Turquoise #01EBC0

Tints of Bright Turquoise #01EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.91%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 0.23%
G = 54.91%
B = 44.86%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#01EBC0 (or 0x01EBC0) is known color: Bright Turquoise. HEX triplet: 01, EB and C0. RGB value is (1,235,192). Sum of RGB (Red+Green+Blue) = 1+235+192=428 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #01EBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EBC0 is #FE143F. Grayscale: #A0A0A0. Windows color (decimal): -16651328 or 12643073. OLE color: 12643073.

HSL color Cylindrical-coordinate representation of color #01EBC0: hue angle of 168.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EBC0 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 235 192 -
CMYK 1.00 0 0.18 0.08
HSL 168.97º 0.99% 0.46% -
HSV(B) 168.97º 1% 0.92% -
XYZ 39.24 63.23 60.01 -
YUV 160.13 145.98 14.5 -
System Red Green Blue C M Y K H S L
Decimal 1 235 192 1.00 0 0.18 0.08 168.97 0.99 0.46
Hex 1 EB C0 64 0 12 8 A9 63 2E
Octal 1 353 300 144 0 22 10 251 143 56
Binary 1 11101011 11000000 1100100 0 10010 1000 10101001 1100011 101110

Color Harmonies of #01EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EBC0

Black with #01EBC0

Text Example


Text Example

White with #01EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,235,192); }

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

background-color css

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

 a { background-color: rgb(1,235,192); }

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

border-color css

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

 span { border-color: rgb(1,235,192); }

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