#11FFDC

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

Shades of Bright Turquoise #11FFDC

Tints of Bright Turquoise #11FFDC

Color information

#11FFDC (or 0x11FFDC) is unknown color: approx Bright Turquoise. HEX triplet: 11, FF and DC. RGB value is (17,255,220). Sum of RGB (Red+Green+Blue) = 17+255+220=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFDC is #EE0023. Grayscale: #B3B3B3. Windows color (decimal): -15597604 or 14483217. OLE color: 14483217.

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

Color convert

RGB17255220-
CMYK0.9300.140
HSL171.18º100%53.33%-
HSV(B)171.18º93.33%100%-
XYZ48.9176.8179.96-
YUV179.85150.6511.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.46%
GREEN value IS 255 (100% from 255) = 51.83%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=3.46%
G=51.83%
B=44.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172552200.9300.140171.1810053.33
Hex11FFDC5D0E0ab6435
Octal21377334135016025314465
Binary1000111111111110111001011101011100101010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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