Shades of Bright Turquoise #15FFCF
Tints of Bright Turquoise #15FFCF
RGB
CMYK
RGB Variations
Color information
#15FFCF (or 0x15FFCF) is known color: Bright Turquoise. HEX triplet: 15, FF and CF. RGB value is (21,255,207). Sum of RGB (Red+Green+Blue) = 21+255+207=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFCF is #EA0030. Grayscale: #B3B3B3. Windows color (decimal): -15335473 or 13631253. OLE color: 13631253.
HSL color Cylindrical-coordinate representation of color #15FFCF: hue angle of 167.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFCF is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 207 | - |
| CMYK | 0.92 | 0 | 0.19 | 0 |
| HSL | 167.69º | 1% | 0.54% | - |
| HSV(B) | 167.69º | 0.92% | 1% | - |
| XYZ | 47.33 | 76.18 | 71.24 | - |
| YUV | 179.56 | 143.48 | 14.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 207 | 0.92 | 0 | 0.19 | 0 | 167.69 | 1 | 0.54 |
| Hex | 15 | FF | CF | 5C | 0 | 13 | 0 | A8 | 64 | 36 |
| Octal | 25 | 377 | 317 | 134 | 0 | 23 | 0 | 250 | 144 | 66 |
| Binary | 10101 | 11111111 | 11001111 | 1011100 | 0 | 10011 | 0 | 10101000 | 1100100 | 110110 |
Color Harmonies of #15FFCF
Complementary color
Monochromatic Colors of #15FFCF
Black with #15FFCF
Text Example
Text Example
White with #15FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFCF; }
p { color: rgb(21,255,207); }
H1.HeaderClassName
{
color: #15FFCF;
}
.AnyTagClassName
{
color: #15FFCF;
}
</style>
background-color css
<style>
a { background-color: #15FFCF; }
a { background-color: rgb(21,255,207); }
div.DivClassName
{
background-color: #15FFCF;
}
.BgClassName
{
background-color: #15FFCF;
}
</style>
border-color css
<style>
span { border-color: #15FFCF; }
span { border-color: rgb(21,255,207); }
td.TdClassName
{
border-color: #15FFCF;
}
.TagClassName
{
border-color: #15FFCF;
}
</style>