Shades of Bright Turquoise #15D0EA
Tints of Bright Turquoise #15D0EA
RGB
CMYK
RGB Variations
Color information
#15D0EA (or 0x15D0EA) is known color: Bright Turquoise. HEX triplet: 15, D0 and EA. RGB value is (21,208,234). Sum of RGB (Red+Green+Blue) = 21+208+234=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #15D0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D0EA is #EA2F15. Grayscale: #9A9A9A. Windows color (decimal): -15347478 or 15388693. OLE color: 15388693.
HSL color Cylindrical-coordinate representation of color #15D0EA: hue angle of 187.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D0EA is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 208 | 234 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.08 |
| HSL | 187.32º | 0.84% | 0.5% | - |
| HSV(B) | 187.32º | 0.91% | 0.92% | - |
| XYZ | 37.72 | 51.21 | 85.74 | - |
| YUV | 155.05 | 172.55 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 234 | 0.91 | 0.11 | 0 | 0.08 | 187.32 | 0.84 | 0.5 |
| Hex | 15 | D0 | EA | 5B | B | 0 | 8 | BB | 54 | 32 |
| Octal | 25 | 320 | 352 | 133 | 13 | 0 | 10 | 273 | 124 | 62 |
| Binary | 10101 | 11010000 | 11101010 | 1011011 | 1011 | 0 | 1000 | 10111011 | 1010100 | 110010 |
Color Harmonies of #15D0EA
Complementary color
Monochromatic Colors of #15D0EA
Black with #15D0EA
Text Example
Text Example
White with #15D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D0EA; }
p { color: rgb(21,208,234); }
H1.HeaderClassName
{
color: #15D0EA;
}
.AnyTagClassName
{
color: #15D0EA;
}
</style>
background-color css
<style>
a { background-color: #15D0EA; }
a { background-color: rgb(21,208,234); }
div.DivClassName
{
background-color: #15D0EA;
}
.BgClassName
{
background-color: #15D0EA;
}
</style>
border-color css
<style>
span { border-color: #15D0EA; }
span { border-color: rgb(21,208,234); }
td.TdClassName
{
border-color: #15D0EA;
}
.TagClassName
{
border-color: #15D0EA;
}
</style>