#11F9D5

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

Shades of Bright Turquoise #11F9D5

Tints of Bright Turquoise #11F9D5

Color information

#11F9D5 (or 0x11F9D5) is unknown color: approx Bright Turquoise. HEX triplet: 11, F9 and D5. RGB value is (17,249,213). Sum of RGB (Red+Green+Blue) = 17+249+213=479 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.55% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #11F9D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F9D5 is #EE062A. Grayscale: #AFAFAF. Windows color (decimal): -15599147 or 14022929. OLE color: 14022929.

HSL color Cylindrical-coordinate representation of color #11F9D5: hue angle of 170.69º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F9D5 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB17249213-
CMYK0.9300.140.02
HSL170.69º95.08%52.16%-
HSV(B)170.69º93.17%97.65%-
XYZ46.1272.6774.55-
YUV175.53149.1414.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.55%
GREEN value IS 249 (97.66% from 255) = 51.98%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=3.55%
G=51.98%
B=44.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172492130.9300.140.02170.6995.0852.16
Hex11F9D55D0E2ab5f34
Octal21371325135016225313764
Binary10001111110011101010110111010111010101010111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,249,213); }

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

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

 a { background-color: rgb(17,249,213); }

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

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

 span { border-color: rgb(17,249,213); }

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