Html Css Color HEX #11FEE8 Bright Turquoise

📋 copy color: '#11FEE8'

red 17 ◦ green 254 ◦ blue 232

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

Shades of Bright Turquoise #11FEE8

Tints of Bright Turquoise #11FEE8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.5%

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 3.38%
G = 50.5%
B = 46.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#11FEE8 (or 0x11FEE8) is known color: Bright Turquoise. HEX triplet: 11, FE and E8. RGB value is (17,254,232). Sum of RGB (Red+Green+Blue) = 17+254+232=503 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.38% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEE8 is #EE0117. Grayscale: #B4B4B4. Windows color (decimal): -15597848 or 15269393. OLE color: 15269393.

HSL color Cylindrical-coordinate representation of color #11FEE8: hue angle of 174.43º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FEE8 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 254 232 -
CMYK 0.93 0 0.09 0.00
HSL 174.43º 0.99% 0.53% -
HSV(B) 174.43º 0.93% 1% -
XYZ 50.24 76.83 88.53 -
YUV 180.63 156.98 11.29 -
System Red Green Blue C M Y K H S L
Decimal 17 254 232 0.93 0 0.09 0.00 174.43 0.99 0.53
Hex 11 FE E8 5D 0 9 0 AE 63 35
Octal 21 376 350 135 0 11 0 256 143 65
Binary 10001 11111110 11101000 1011101 0 1001 0 10101110 1100011 110101

Color Harmonies of #11FEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FEE8

Black with #11FEE8

Text Example


Text Example

White with #11FEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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