Shades of Bright Turquoise #15F8ED
Tints of Bright Turquoise #15F8ED
RGB
CMYK
RGB Variations
Color information
#15F8ED (or 0x15F8ED) is known color: Bright Turquoise. HEX triplet: 15, F8 and ED. RGB value is (21,248,237). Sum of RGB (Red+Green+Blue) = 21+248+237=506 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.15% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F8ED is #EA0712. Grayscale: #B2B2B2. Windows color (decimal): -15337235 or 15595541. OLE color: 15595541.
HSL color Cylindrical-coordinate representation of color #15F8ED: hue angle of 177.09º 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 #15F8ED is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 248 | 237 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.03 |
| HSL | 177.09º | 0.94% | 0.53% | - |
| HSV(B) | 177.09º | 0.92% | 0.97% | - |
| XYZ | 49.16 | 73.41 | 91.7 | - |
| YUV | 178.87 | 160.79 | 15.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 248 | 237 | 0.92 | 0 | 0.04 | 0.03 | 177.09 | 0.94 | 0.53 |
| Hex | 15 | F8 | ED | 5C | 0 | 4 | 3 | B1 | 5E | 35 |
| Octal | 25 | 370 | 355 | 134 | 0 | 4 | 3 | 261 | 136 | 65 |
| Binary | 10101 | 11111000 | 11101101 | 1011100 | 0 | 100 | 11 | 10110001 | 1011110 | 110101 |
Color Harmonies of #15F8ED
Complementary color
Monochromatic Colors of #15F8ED
Black with #15F8ED
Text Example
Text Example
White with #15F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F8ED; }
p { color: rgb(21,248,237); }
H1.HeaderClassName
{
color: #15F8ED;
}
.AnyTagClassName
{
color: #15F8ED;
}
</style>
background-color css
<style>
a { background-color: #15F8ED; }
a { background-color: rgb(21,248,237); }
div.DivClassName
{
background-color: #15F8ED;
}
.BgClassName
{
background-color: #15F8ED;
}
</style>
border-color css
<style>
span { border-color: #15F8ED; }
span { border-color: rgb(21,248,237); }
td.TdClassName
{
border-color: #15F8ED;
}
.TagClassName
{
border-color: #15F8ED;
}
</style>