#11F8E6

Color #11F8E6 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #11F8E6

Tints of Bright Turquoise #11F8E6

Color information

#11F8E6 (or 0x11F8E6) is unknown color: approx Bright Turquoise. HEX triplet: 11, F8 and E6. RGB value is (17,248,230). Sum of RGB (Red+Green+Blue) = 17+248+230=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #11F8E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F8E6 is #EE0719. Grayscale: #B0B0B0. Windows color (decimal): -15599386 or 15136785. OLE color: 15136785.

HSL color Cylindrical-coordinate representation of color #11F8E6: hue angle of 175.32º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F8E6 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB17248230-
CMYK0.9300.070.03
HSL175.32º94.29%51.96%-
HSV(B)175.32º93.15%97.25%-
XYZ48.0872.9786.41-
YUV176.88157.9713.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.43%
GREEN value IS 248 (97.27% from 255) = 50.10%
BLUE value IS 230 (90.23% from 255) = 46.46%
R=3.43%
G=50.10%
B=46.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172482300.9300.070.03175.3294.2951.96
Hex11F8E65D073af5e34
Octal2137034613507325713664
Binary1000111111000111001101011101011111101011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,248,230); }

 H1.HeaderClassName
 {
   color: #11F8E6;
 }
 .AnyTagClassName
 {
   color: #11F8E6;
 }
</style>
background-color css

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

 a { background-color: rgb(17,248,230); }

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

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

 span { border-color: rgb(17,248,230); }

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