Shades of Bright Turquoise #15F3DF
Tints of Bright Turquoise #15F3DF
RGB
CMYK
RGB Variations
Color information
#15F3DF (or 0x15F3DF) is known color: Bright Turquoise. HEX triplet: 15, F3 and DF. RGB value is (21,243,223). Sum of RGB (Red+Green+Blue) = 21+243+223=487 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.31% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #15F3DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F3DF is #EA0C20. Grayscale: #AEAEAE. Windows color (decimal): -15338529 or 14676757. OLE color: 14676757.
HSL color Cylindrical-coordinate representation of color #15F3DF: hue angle of 174.59º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F3DF is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 243 | 223 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.05 |
| HSL | 174.59º | 0.9% | 0.52% | - |
| HSV(B) | 174.59º | 0.91% | 0.95% | - |
| XYZ | 45.68 | 69.59 | 80.84 | - |
| YUV | 174.34 | 155.45 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 243 | 223 | 0.91 | 0 | 0.08 | 0.05 | 174.59 | 0.9 | 0.52 |
| Hex | 15 | F3 | DF | 5B | 0 | 8 | 5 | AF | 5A | 34 |
| Octal | 25 | 363 | 337 | 133 | 0 | 10 | 5 | 257 | 132 | 64 |
| Binary | 10101 | 11110011 | 11011111 | 1011011 | 0 | 1000 | 101 | 10101111 | 1011010 | 110100 |
Color Harmonies of #15F3DF
Complementary color
Monochromatic Colors of #15F3DF
Black with #15F3DF
Text Example
Text Example
White with #15F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F3DF; }
p { color: rgb(21,243,223); }
H1.HeaderClassName
{
color: #15F3DF;
}
.AnyTagClassName
{
color: #15F3DF;
}
</style>
background-color css
<style>
a { background-color: #15F3DF; }
a { background-color: rgb(21,243,223); }
div.DivClassName
{
background-color: #15F3DF;
}
.BgClassName
{
background-color: #15F3DF;
}
</style>
border-color css
<style>
span { border-color: #15F3DF; }
span { border-color: rgb(21,243,223); }
td.TdClassName
{
border-color: #15F3DF;
}
.TagClassName
{
border-color: #15F3DF;
}
</style>