#11F3DC

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

Shades of Bright Turquoise #11F3DC

Tints of Bright Turquoise #11F3DC

Color information

#11F3DC (or 0x11F3DC) is unknown color: approx Bright Turquoise. HEX triplet: 11, F3 and DC. RGB value is (17,243,220). Sum of RGB (Red+Green+Blue) = 17+243+220=480 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.54% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #11F3DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F3DC is #EE0C23. Grayscale: #ACACAC. Windows color (decimal): -15600676 or 14480145. OLE color: 14480145.

HSL color Cylindrical-coordinate representation of color #11F3DC: hue angle of 173.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F3DC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB17243220-
CMYK0.9300.090.05
HSL173.89º90.4%50.98%-
HSV(B)173.89º93%95.29%-
XYZ45.269.3978.72-
YUV172.8154.6316.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.54%
GREEN value IS 243 (95.31% from 255) = 50.62%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=3.54%
G=50.62%
B=45.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172432200.9300.090.05173.8990.450.98
Hex11F3DC5D095ae5a33
Octal21363334135011525613263
Binary100011111001111011100101110101001101101011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,243,220); }

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

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

 a { background-color: rgb(17,243,220); }

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

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

 span { border-color: rgb(17,243,220); }

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