#11DFFE

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

Shades of Bright Turquoise #11DFFE

Tints of Bright Turquoise #11DFFE

Color information

#11DFFE (or 0x11DFFE) is unknown color: approx Bright Turquoise. HEX triplet: 11, DF and FE. RGB value is (17,223,254). Sum of RGB (Red+Green+Blue) = 17+223+254=494 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.44% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #11DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DFFE is #EE2001. Grayscale: #A4A4A4. Windows color (decimal): -15605762 or 16703249. OLE color: 16703249.

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

Color convert

RGB17223254-
CMYK0.930.1200.00
HSL187.85º99.16%53.14%-
HSV(B)187.85º93.31%99.61%-
XYZ44.5160.05103.01-
YUV164.94178.2522.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.44%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=3.44%
G=45.14%
B=51.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal172232540.930.1200.00187.8599.1653.14
Hex11DFFE5DC00bc6335
Octal21337376135140027414365
Binary1000111011111111111101011101110000101111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,223,254); }

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

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

 a { background-color: rgb(17,223,254); }

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

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

 span { border-color: rgb(17,223,254); }

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