#11BFE1

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

Shades of Dark Turquoise #11BFE1

Tints of Dark Turquoise #11BFE1

Color information

#11BFE1 (or 0x11BFE1) is unknown color: approx Dark Turquoise. HEX triplet: 11, BF and E1. RGB value is (17,191,225). Sum of RGB (Red+Green+Blue) = 17+191+225=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #11BFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFE1 is #EE401E. Grayscale: #8E8E8E. Windows color (decimal): -15613983 or 14794513. OLE color: 14794513.

HSL color Cylindrical-coordinate representation of color #11BFE1: hue angle of 189.81º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BFE1 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17191225-
CMYK0.920.1500.12
HSL189.81º85.95%47.45%-
HSV(B)189.81º92.44%88.24%-
XYZ32.4542.8277.79-
YUV142.85174.3538.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.93%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 225 (88.28% from 255) = 51.96%
R=3.93%
G=44.11%
B=51.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171912250.920.1500.12189.8185.9547.45
Hex11BFE15CF0Cbe562f
Octal212773411341701427612657
Binary1000110111111111000011011100111101100101111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,191,225); }

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

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

 a { background-color: rgb(17,191,225); }

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

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

 span { border-color: rgb(17,191,225); }

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