Html Css Color HEX #11FEE7 Bright Turquoise

📋 copy color: '#11FEE7'

red 17 ◦ green 254 ◦ blue 231

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

Shades of Bright Turquoise #11FEE7

Tints of Bright Turquoise #11FEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.02%

R = 3.39%
G = 50.6%
B = 46.02%

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

#11FEE7 (or 0x11FEE7) is known color: Bright Turquoise. HEX triplet: 11, FE and E7. RGB value is (17,254,231). Sum of RGB (Red+Green+Blue) = 17+254+231=502 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.39% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEE7 is #EE0118. Grayscale: #B4B4B4. Windows color (decimal): -15597849 or 15203857. OLE color: 15203857.

HSL color Cylindrical-coordinate representation of color #11FEE7: hue angle of 174.18º 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 #11FEE7 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 254 231 -
CMYK 0.93 0 0.09 0.00
HSL 174.18º 0.99% 0.53% -
HSV(B) 174.18º 0.93% 1% -
XYZ 50.1 76.77 87.78 -
YUV 180.52 156.48 11.37 -
System Red Green Blue C M Y K H S L
Decimal 17 254 231 0.93 0 0.09 0.00 174.18 0.99 0.53
Hex 11 FE E7 5D 0 9 0 AE 63 35
Octal 21 376 347 135 0 11 0 256 143 65
Binary 10001 11111110 11100111 1011101 0 1001 0 10101110 1100011 110101

Color Harmonies of #11FEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FEE7

Black with #11FEE7

Text Example


Text Example

White with #11FEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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