#15ead9

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

Shades of Bright Turquoise #15EAD9

Tints of Bright Turquoise #15EAD9

Color information

#15EAD9 (or 0x15EAD9) is unknown color: approx Bright Turquoise. HEX triplet: 15, EA and D9. RGB value is (21,234,217). Sum of RGB (Red+Green+Blue) = 21+234+217=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #15EAD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EAD9 is #EA1526. Grayscale: #A8A8A8. Windows color (decimal): -15340839 or 14281237. OLE color: 14281237.

HSL color Cylindrical-coordinate representation of color #15EAD9: hue angle of 175.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EAD9 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB21234217-
CMYK0.9100.070.08
HSL175.21º83.53%50%-
HSV(B)175.21º91.03%91.76%-
XYZ42.2664.0175.77-
YUV168.38155.4322.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.45%
GREEN value IS 234 (91.80% from 255) = 49.58%
BLUE value IS 217 (85.16% from 255) = 45.97%
R=4.45%
G=49.58%
B=45.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212342170.9100.070.08175.2183.5350
Hex15EAD95B078af5432
Octal25352331133071025712462
Binary101011110101011011001101101101111000101011111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15ead9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,234,217); }

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

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

 a { background-color: rgb(21,234,217); }

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

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

 span { border-color: rgb(21,234,217); }

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