Shades of Bright Turquoise #15FCDF
Tints of Bright Turquoise #15FCDF
RGB
CMYK
RGB Variations
Color information
#15FCDF (or 0x15FCDF) is known color: Bright Turquoise. HEX triplet: 15, FC and DF. RGB value is (21,252,223). Sum of RGB (Red+Green+Blue) = 21+252+223=496 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCDF is #EA0320. Grayscale: #B3B3B3. Windows color (decimal): -15336225 or 14679061. OLE color: 14679061.
HSL color Cylindrical-coordinate representation of color #15FCDF: hue angle of 172.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FCDF is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 252 | 223 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.01 |
| HSL | 172.47º | 0.97% | 0.54% | - |
| HSV(B) | 172.47º | 0.92% | 0.99% | - |
| XYZ | 48.44 | 75.11 | 81.76 | - |
| YUV | 179.63 | 152.47 | 14.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 223 | 0.92 | 0 | 0.12 | 0.01 | 172.47 | 0.97 | 0.54 |
| Hex | 15 | FC | DF | 5C | 0 | C | 1 | AC | 61 | 36 |
| Octal | 25 | 374 | 337 | 134 | 0 | 14 | 1 | 254 | 141 | 66 |
| Binary | 10101 | 11111100 | 11011111 | 1011100 | 0 | 1100 | 1 | 10101100 | 1100001 | 110110 |
Color Harmonies of #15FCDF
Complementary color
Monochromatic Colors of #15FCDF
Black with #15FCDF
Text Example
Text Example
White with #15FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FCDF; }
p { color: rgb(21,252,223); }
H1.HeaderClassName
{
color: #15FCDF;
}
.AnyTagClassName
{
color: #15FCDF;
}
</style>
background-color css
<style>
a { background-color: #15FCDF; }
a { background-color: rgb(21,252,223); }
div.DivClassName
{
background-color: #15FCDF;
}
.BgClassName
{
background-color: #15FCDF;
}
</style>
border-color css
<style>
span { border-color: #15FCDF; }
span { border-color: rgb(21,252,223); }
td.TdClassName
{
border-color: #15FCDF;
}
.TagClassName
{
border-color: #15FCDF;
}
</style>