Html Css Color HEX #11E8CB Bright Turquoise

📋 copy color: '#11E8CB'

red 17 ◦ green 232 ◦ blue 203

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

Shades of Bright Turquoise #11E8CB

Tints of Bright Turquoise #11E8CB

RGB

 RED value IS 17 (7.03% from 255) = 3.76%

 GREEN value IS 232 (91.02% from 255) = 51.33%

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

R = 3.76%
G = 51.33%
B = 44.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#11E8CB (or 0x11E8CB) is known color: Bright Turquoise. HEX triplet: 11, E8 and CB. RGB value is (17,232,203). Sum of RGB (Red+Green+Blue) = 17+232+203=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #11E8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E8CB is #EE1734. Grayscale: #A4A4A4. Windows color (decimal): -15603509 or 13363217. OLE color: 13363217.

HSL color Cylindrical-coordinate representation of color #11E8CB: hue angle of 171.91º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E8CB is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 232 203 -
CMYK 0.93 0 0.12 0.09
HSL 171.91º 0.86% 0.49% -
HSV(B) 171.91º 0.93% 0.91% -
XYZ 39.87 62.14 66.39 -
YUV 164.41 149.77 22.86 -
System Red Green Blue C M Y K H S L
Decimal 17 232 203 0.93 0 0.12 0.09 171.91 0.86 0.49
Hex 11 E8 CB 5D 0 C 9 AC 56 31
Octal 21 350 313 135 0 14 11 254 126 61
Binary 10001 11101000 11001011 1011101 0 1100 1001 10101100 1010110 110001

Color Harmonies of #11E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E8CB

Black with #11E8CB

Text Example


Text Example

White with #11E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11E8CB; }

 p { color: rgb(17,232,203); }

 H1.HeaderClassName
 {
   color: #11E8CB;
 }
 .AnyTagClassName
 {
   color: #11E8CB;
 }
</style>

background-color css

<style>
 a { background-color: #11E8CB; }

 a { background-color: rgb(17,232,203); }

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

border-color css

<style>
 span { border-color: #11E8CB; }

 span { border-color: rgb(17,232,203); }

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