Html Css Color HEX #01E6CB Bright Turquoise

📋 copy color: '#01E6CB'

red 1 ◦ green 230 ◦ blue 203

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

Shades of Bright Turquoise #01E6CB

Tints of Bright Turquoise #01E6CB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 0.23%
G = 53%
B = 46.77%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#01E6CB (or 0x01E6CB) is known color: Bright Turquoise. HEX triplet: 01, E6 and CB. RGB value is (1,230,203). Sum of RGB (Red+Green+Blue) = 1+230+203=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #01E6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E6CB is #FE1934. Grayscale: #9E9E9E. Windows color (decimal): -16652597 or 13362689. OLE color: 13362689.

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

Color convert

RGB 1 230 203 -
CMYK 1.00 0 0.12 0.10
HSL 172.93º 0.99% 0.45% -
HSV(B) 172.93º 1% 0.9% -
XYZ 39.09 60.91 66.2 -
YUV 158.45 153.13 15.7 -
System Red Green Blue C M Y K H S L
Decimal 1 230 203 1.00 0 0.12 0.10 172.93 0.99 0.45
Hex 1 E6 CB 64 0 C A AD 63 2D
Octal 1 346 313 144 0 14 12 255 143 55
Binary 1 11100110 11001011 1100100 0 1100 1010 10101101 1100011 101101

Color Harmonies of #01E6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E6CB

Black with #01E6CB

Text Example


Text Example

White with #01E6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,230,203); }

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

background-color css

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

 a { background-color: rgb(1,230,203); }

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

border-color css

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

 span { border-color: rgb(1,230,203); }

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