Shades of Bright Turquoise #15D4F0
Tints of Bright Turquoise #15D4F0
RGB
CMYK
RGB Variations
Color information
#15D4F0 (or 0x15D4F0) is known color: Bright Turquoise. HEX triplet: 15, D4 and F0. RGB value is (21,212,240). Sum of RGB (Red+Green+Blue) = 21+212+240=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #15D4F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D4F0 is #EA2B0F. Grayscale: #9D9D9D. Windows color (decimal): -15346448 or 15782933. OLE color: 15782933.
HSL color Cylindrical-coordinate representation of color #15D4F0: hue angle of 187.67º 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 #15D4F0 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 212 | 240 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.06 |
| HSL | 187.67º | 0.88% | 0.51% | - |
| HSV(B) | 187.67º | 0.91% | 0.94% | - |
| XYZ | 39.58 | 53.54 | 90.69 | - |
| YUV | 158.08 | 174.22 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 212 | 240 | 0.91 | 0.12 | 0 | 0.06 | 187.67 | 0.88 | 0.51 |
| Hex | 15 | D4 | F0 | 5B | C | 0 | 6 | BC | 58 | 33 |
| Octal | 25 | 324 | 360 | 133 | 14 | 0 | 6 | 274 | 130 | 63 |
| Binary | 10101 | 11010100 | 11110000 | 1011011 | 1100 | 0 | 110 | 10111100 | 1011000 | 110011 |
Color Harmonies of #15D4F0
Complementary color
Monochromatic Colors of #15D4F0
Black with #15D4F0
Text Example
Text Example
White with #15D4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D4F0; }
p { color: rgb(21,212,240); }
H1.HeaderClassName
{
color: #15D4F0;
}
.AnyTagClassName
{
color: #15D4F0;
}
</style>
background-color css
<style>
a { background-color: #15D4F0; }
a { background-color: rgb(21,212,240); }
div.DivClassName
{
background-color: #15D4F0;
}
.BgClassName
{
background-color: #15D4F0;
}
</style>
border-color css
<style>
span { border-color: #15D4F0; }
span { border-color: rgb(21,212,240); }
td.TdClassName
{
border-color: #15D4F0;
}
.TagClassName
{
border-color: #15D4F0;
}
</style>