Shades of Bright Turquoise #15F9D4
Tints of Bright Turquoise #15F9D4
RGB
CMYK
RGB Variations
Color information
#15F9D4 (or 0x15F9D4) is known color: Bright Turquoise. HEX triplet: 15, F9 and D4. RGB value is (21,249,212). Sum of RGB (Red+Green+Blue) = 21+249+212=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #15F9D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F9D4 is #EA062B. Grayscale: #B0B0B0. Windows color (decimal): -15337004 or 13957397. OLE color: 13957397.
HSL color Cylindrical-coordinate representation of color #15F9D4: hue angle of 170.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F9D4 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 249 | 212 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.02 |
| HSL | 170.26º | 0.95% | 0.53% | - |
| HSV(B) | 170.26º | 0.92% | 0.98% | - |
| XYZ | 46.07 | 72.66 | 73.88 | - |
| YUV | 176.61 | 147.96 | 17.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 249 | 212 | 0.92 | 0 | 0.15 | 0.02 | 170.26 | 0.95 | 0.53 |
| Hex | 15 | F9 | D4 | 5C | 0 | F | 2 | AA | 5F | 35 |
| Octal | 25 | 371 | 324 | 134 | 0 | 17 | 2 | 252 | 137 | 65 |
| Binary | 10101 | 11111001 | 11010100 | 1011100 | 0 | 1111 | 10 | 10101010 | 1011111 | 110101 |
Color Harmonies of #15F9D4
Complementary color
Monochromatic Colors of #15F9D4
Black with #15F9D4
Text Example
Text Example
White with #15F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F9D4; }
p { color: rgb(21,249,212); }
H1.HeaderClassName
{
color: #15F9D4;
}
.AnyTagClassName
{
color: #15F9D4;
}
</style>
background-color css
<style>
a { background-color: #15F9D4; }
a { background-color: rgb(21,249,212); }
div.DivClassName
{
background-color: #15F9D4;
}
.BgClassName
{
background-color: #15F9D4;
}
</style>
border-color css
<style>
span { border-color: #15F9D4; }
span { border-color: rgb(21,249,212); }
td.TdClassName
{
border-color: #15F9D4;
}
.TagClassName
{
border-color: #15F9D4;
}
</style>