Shades of Bright Turquoise #15D3F0
Tints of Bright Turquoise #15D3F0
RGB
CMYK
RGB Variations
Color information
#15D3F0 (or 0x15D3F0) is known color: Bright Turquoise. HEX triplet: 15, D3 and F0. RGB value is (21,211,240). Sum of RGB (Red+Green+Blue) = 21+211+240=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #15D3F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D3F0 is #EA2C0F. Grayscale: #9D9D9D. Windows color (decimal): -15346704 or 15782677. OLE color: 15782677.
HSL color Cylindrical-coordinate representation of color #15D3F0: hue angle of 187.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D3F0 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 211 | 240 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.06 |
| HSL | 187.95º | 0.88% | 0.51% | - |
| HSV(B) | 187.95º | 0.91% | 0.94% | - |
| XYZ | 39.33 | 53.04 | 90.6 | - |
| YUV | 157.5 | 174.55 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 211 | 240 | 0.91 | 0.12 | 0 | 0.06 | 187.95 | 0.88 | 0.51 |
| Hex | 15 | D3 | F0 | 5B | C | 0 | 6 | BC | 58 | 33 |
| Octal | 25 | 323 | 360 | 133 | 14 | 0 | 6 | 274 | 130 | 63 |
| Binary | 10101 | 11010011 | 11110000 | 1011011 | 1100 | 0 | 110 | 10111100 | 1011000 | 110011 |
Color Harmonies of #15D3F0
Complementary color
Monochromatic Colors of #15D3F0
Black with #15D3F0
Text Example
Text Example
White with #15D3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D3F0; }
p { color: rgb(21,211,240); }
H1.HeaderClassName
{
color: #15D3F0;
}
.AnyTagClassName
{
color: #15D3F0;
}
</style>
background-color css
<style>
a { background-color: #15D3F0; }
a { background-color: rgb(21,211,240); }
div.DivClassName
{
background-color: #15D3F0;
}
.BgClassName
{
background-color: #15D3F0;
}
</style>
border-color css
<style>
span { border-color: #15D3F0; }
span { border-color: rgb(21,211,240); }
td.TdClassName
{
border-color: #15D3F0;
}
.TagClassName
{
border-color: #15D3F0;
}
</style>