#15EBF6

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

Shades of Bright Turquoise #15EBF6

Tints of Bright Turquoise #15EBF6

Color information

#15EBF6 (or 0x15EBF6) is unknown color: approx Bright Turquoise. HEX triplet: 15, EB and F6. RGB value is (21,235,246). Sum of RGB (Red+Green+Blue) = 21+235+246=502 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.18% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #15EBF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EBF6 is #EA1409. Grayscale: #ACACAC. Windows color (decimal): -15340554 or 16182037. OLE color: 16182037.

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

Color convert

RGB21235246-
CMYK0.910.0400.04
HSL182.93º92.59%52.35%-
HSV(B)182.93º91.46%96.47%-
XYZ46.6566.2397.51-
YUV172.27169.620.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.18%
GREEN value IS 235 (92.19% from 255) = 46.81%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=4.18%
G=46.81%
B=49.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212352460.910.0400.04182.9392.5952.35
Hex15EBF65B404b75d34
Octal2535336613340426713564
Binary10101111010111111011010110111000100101101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15EBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15EBF6; }

 p { color: rgb(21,235,246); }

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

<style>
 a { background-color: #15EBF6; }

 a { background-color: rgb(21,235,246); }

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

<style>
 span { border-color: #15EBF6; }

 span { border-color: rgb(21,235,246); }

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