#15E8F2

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

Shades of Bright Turquoise #15E8F2

Tints of Bright Turquoise #15E8F2

Color information

#15E8F2 (or 0x15E8F2) is unknown color: approx Bright Turquoise. HEX triplet: 15, E8 and F2. RGB value is (21,232,242). Sum of RGB (Red+Green+Blue) = 21+232+242=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #15E8F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E8F2 is #EA170D. Grayscale: #A9A9A9. Windows color (decimal): -15341326 or 15919125. OLE color: 15919125.

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

Color convert

RGB21232242-
CMYK0.910.0400.05
HSL182.71º89.47%51.57%-
HSV(B)182.71º91.32%94.9%-
XYZ45.1964.2894.03-
YUV170.05168.621.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.24%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=4.24%
G=46.87%
B=48.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212322420.910.0400.05182.7189.4751.57
Hex15E8F25B405b75934
Octal2535036213340526713164
Binary10101111010001111001010110111000101101101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15E8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,232,242); }

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

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

 a { background-color: rgb(21,232,242); }

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

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

 span { border-color: rgb(21,232,242); }

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