Shades of Bright Turquoise #15F1C6
Tints of Bright Turquoise #15F1C6
RGB
CMYK
RGB Variations
Color information
#15F1C6 (or 0x15F1C6) is known color: Bright Turquoise. HEX triplet: 15, F1 and C6. RGB value is (21,241,198). Sum of RGB (Red+Green+Blue) = 21+241+198=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1C6 is #EA0E39. Grayscale: #AAAAAA. Windows color (decimal): -15339066 or 13037845. OLE color: 13037845.
HSL color Cylindrical-coordinate representation of color #15F1C6: hue angle of 168.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F1C6 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 198 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.05 |
| HSL | 168.27º | 0.89% | 0.51% | - |
| HSV(B) | 168.27º | 0.91% | 0.95% | - |
| XYZ | 41.96 | 67.15 | 64.18 | - |
| YUV | 170.32 | 143.61 | 21.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 198 | 0.91 | 0 | 0.18 | 0.05 | 168.27 | 0.89 | 0.51 |
| Hex | 15 | F1 | C6 | 5B | 0 | 12 | 5 | A8 | 59 | 33 |
| Octal | 25 | 361 | 306 | 133 | 0 | 22 | 5 | 250 | 131 | 63 |
| Binary | 10101 | 11110001 | 11000110 | 1011011 | 0 | 10010 | 101 | 10101000 | 1011001 | 110011 |
Color Harmonies of #15F1C6
Complementary color
Monochromatic Colors of #15F1C6
Black with #15F1C6
Text Example
Text Example
White with #15F1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1C6; }
p { color: rgb(21,241,198); }
H1.HeaderClassName
{
color: #15F1C6;
}
.AnyTagClassName
{
color: #15F1C6;
}
</style>
background-color css
<style>
a { background-color: #15F1C6; }
a { background-color: rgb(21,241,198); }
div.DivClassName
{
background-color: #15F1C6;
}
.BgClassName
{
background-color: #15F1C6;
}
</style>
border-color css
<style>
span { border-color: #15F1C6; }
span { border-color: rgb(21,241,198); }
td.TdClassName
{
border-color: #15F1C6;
}
.TagClassName
{
border-color: #15F1C6;
}
</style>