#15F6EC

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

Shades of Bright Turquoise #15F6EC

Tints of Bright Turquoise #15F6EC

Color information

#15F6EC (or 0x15F6EC) is unknown color: approx Bright Turquoise. HEX triplet: 15, F6 and EC. RGB value is (21,246,236). Sum of RGB (Red+Green+Blue) = 21+246+236=503 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #15F6EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F6EC is #EA0913. Grayscale: #B1B1B1. Windows color (decimal): -15337748 or 15529493. OLE color: 15529493.

HSL color Cylindrical-coordinate representation of color #15F6EC: hue angle of 177.33º 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 #15F6EC is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB21246236-
CMYK0.9100.040.04
HSL177.33º92.59%52.35%-
HSV(B)177.33º91.46%96.47%-
XYZ48.4172.1390.73-
YUV177.58160.9616.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.17%
GREEN value IS 246 (96.48% from 255) = 48.91%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=4.17%
G=48.91%
B=46.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212462360.9100.040.04177.3392.5952.35
Hex15F6EC5B044b15d34
Octal2536635413304426113564
Binary10101111101101110110010110110100100101100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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