Html Css Color HEX #01E9CA Bright Turquoise

📋 copy color: '#01E9CA'

red 1 ◦ green 233 ◦ blue 202

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

Shades of Bright Turquoise #01E9CA

Tints of Bright Turquoise #01E9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.44%

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 0.23%
G = 53.44%
B = 46.33%

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

#01E9CA (or 0x01E9CA) is known color: Bright Turquoise. HEX triplet: 01, E9 and CA. RGB value is (1,233,202). Sum of RGB (Red+Green+Blue) = 1+233+202=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #01E9CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E9CA is #FE1635. Grayscale: #9F9F9F. Windows color (decimal): -16651830 or 13297921. OLE color: 13297921.

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

Color convert

RGB 1 233 202 -
CMYK 1.00 0 0.13 0.09
HSL 171.98º 0.99% 0.46% -
HSV(B) 171.98º 1% 0.91% -
XYZ 39.81 62.55 65.85 -
YUV 160.1 151.64 14.52 -
System Red Green Blue C M Y K H S L
Decimal 1 233 202 1.00 0 0.13 0.09 171.98 0.99 0.46
Hex 1 E9 CA 64 0 D 9 AC 63 2E
Octal 1 351 312 144 0 15 11 254 143 56
Binary 1 11101001 11001010 1100100 0 1101 1001 10101100 1100011 101110

Color Harmonies of #01E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E9CA

Black with #01E9CA

Text Example


Text Example

White with #01E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,233,202); }

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

background-color css

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

 a { background-color: rgb(1,233,202); }

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

border-color css

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

 span { border-color: rgb(1,233,202); }

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