Shades of Bright Turquoise #15F7DA
Tints of Bright Turquoise #15F7DA
RGB
CMYK
RGB Variations
Color information
#15F7DA (or 0x15F7DA) is known color: Bright Turquoise. HEX triplet: 15, F7 and DA. RGB value is (21,247,218). Sum of RGB (Red+Green+Blue) = 21+247+218=486 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.32% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #15F7DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F7DA is #EA0825. Grayscale: #B0B0B0. Windows color (decimal): -15337510 or 14350101. OLE color: 14350101.
HSL color Cylindrical-coordinate representation of color #15F7DA: hue angle of 172.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F7DA is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 247 | 218 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.03 |
| HSL | 172.3º | 0.93% | 0.53% | - |
| HSV(B) | 172.3º | 0.91% | 0.97% | - |
| XYZ | 46.22 | 71.74 | 77.74 | - |
| YUV | 176.12 | 151.63 | 17.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 247 | 218 | 0.91 | 0 | 0.12 | 0.03 | 172.3 | 0.93 | 0.53 |
| Hex | 15 | F7 | DA | 5B | 0 | C | 3 | AC | 5D | 35 |
| Octal | 25 | 367 | 332 | 133 | 0 | 14 | 3 | 254 | 135 | 65 |
| Binary | 10101 | 11110111 | 11011010 | 1011011 | 0 | 1100 | 11 | 10101100 | 1011101 | 110101 |
Color Harmonies of #15F7DA
Complementary color
Monochromatic Colors of #15F7DA
Black with #15F7DA
Text Example
Text Example
White with #15F7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F7DA; }
p { color: rgb(21,247,218); }
H1.HeaderClassName
{
color: #15F7DA;
}
.AnyTagClassName
{
color: #15F7DA;
}
</style>
background-color css
<style>
a { background-color: #15F7DA; }
a { background-color: rgb(21,247,218); }
div.DivClassName
{
background-color: #15F7DA;
}
.BgClassName
{
background-color: #15F7DA;
}
</style>
border-color css
<style>
span { border-color: #15F7DA; }
span { border-color: rgb(21,247,218); }
td.TdClassName
{
border-color: #15F7DA;
}
.TagClassName
{
border-color: #15F7DA;
}
</style>