#11DBF6

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

Shades of Bright Turquoise #11DBF6

Tints of Bright Turquoise #11DBF6

Color information

#11DBF6 (or 0x11DBF6) is unknown color: approx Bright Turquoise. HEX triplet: 11, DB and F6. RGB value is (17,219,246). Sum of RGB (Red+Green+Blue) = 17+219+246=482 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.53% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #11DBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBF6 is #EE2409. Grayscale: #A1A1A1. Windows color (decimal): -15606794 or 16177937. OLE color: 16177937.

HSL color Cylindrical-coordinate representation of color #11DBF6: hue angle of 187.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DBF6 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17219246-
CMYK0.930.1100.04
HSL187.07º92.71%51.57%-
HSV(B)187.07º93.09%96.47%-
XYZ42.257.4496.05-
YUV161.68175.5824.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.53%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 246 (96.48% from 255) = 51.04%
R=3.53%
G=45.44%
B=51.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172192460.930.1100.04187.0792.7151.57
Hex11DBF65DB04bb5d34
Octal21333366135130427313564
Binary100011101101111110110101110110110100101110111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,219,246); }

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

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

 a { background-color: rgb(17,219,246); }

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

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

 span { border-color: rgb(17,219,246); }

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