Shades of Bright Turquoise #15F8DD
Tints of Bright Turquoise #15F8DD
RGB
CMYK
RGB Variations
Color information
#15F8DD (or 0x15F8DD) is known color: Bright Turquoise. HEX triplet: 15, F8 and DD. RGB value is (21,248,221). Sum of RGB (Red+Green+Blue) = 21+248+221=490 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F8DD is #EA0722. Grayscale: #B0B0B0. Windows color (decimal): -15337251 or 14546965. OLE color: 14546965.
HSL color Cylindrical-coordinate representation of color #15F8DD: hue angle of 172.86º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F8DD is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 248 | 221 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.03 |
| HSL | 172.86º | 0.94% | 0.53% | - |
| HSV(B) | 172.86º | 0.92% | 0.97% | - |
| XYZ | 46.93 | 72.51 | 79.93 | - |
| YUV | 177.05 | 152.79 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 248 | 221 | 0.92 | 0 | 0.11 | 0.03 | 172.86 | 0.94 | 0.53 |
| Hex | 15 | F8 | DD | 5C | 0 | B | 3 | AD | 5E | 35 |
| Octal | 25 | 370 | 335 | 134 | 0 | 13 | 3 | 255 | 136 | 65 |
| Binary | 10101 | 11111000 | 11011101 | 1011100 | 0 | 1011 | 11 | 10101101 | 1011110 | 110101 |
Color Harmonies of #15F8DD
Complementary color
Monochromatic Colors of #15F8DD
Black with #15F8DD
Text Example
Text Example
White with #15F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F8DD; }
p { color: rgb(21,248,221); }
H1.HeaderClassName
{
color: #15F8DD;
}
.AnyTagClassName
{
color: #15F8DD;
}
</style>
background-color css
<style>
a { background-color: #15F8DD; }
a { background-color: rgb(21,248,221); }
div.DivClassName
{
background-color: #15F8DD;
}
.BgClassName
{
background-color: #15F8DD;
}
</style>
border-color css
<style>
span { border-color: #15F8DD; }
span { border-color: rgb(21,248,221); }
td.TdClassName
{
border-color: #15F8DD;
}
.TagClassName
{
border-color: #15F8DD;
}
</style>