Shades of Bright Turquoise #15D3EA
Tints of Bright Turquoise #15D3EA
RGB
CMYK
RGB Variations
Color information
#15D3EA (or 0x15D3EA) is known color: Bright Turquoise. HEX triplet: 15, D3 and EA. RGB value is (21,211,234). Sum of RGB (Red+Green+Blue) = 21+211+234=466 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.51% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #15D3EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D3EA is #EA2C15. Grayscale: #9C9C9C. Windows color (decimal): -15346710 or 15389461. OLE color: 15389461.
HSL color Cylindrical-coordinate representation of color #15D3EA: hue angle of 186.48º 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 #15D3EA is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 211 | 234 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.08 |
| HSL | 186.48º | 0.84% | 0.5% | - |
| HSV(B) | 186.48º | 0.91% | 0.92% | - |
| XYZ | 38.45 | 52.69 | 85.99 | - |
| YUV | 156.81 | 171.55 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 211 | 234 | 0.91 | 0.10 | 0 | 0.08 | 186.48 | 0.84 | 0.5 |
| Hex | 15 | D3 | EA | 5B | A | 0 | 8 | BA | 54 | 32 |
| Octal | 25 | 323 | 352 | 133 | 12 | 0 | 10 | 272 | 124 | 62 |
| Binary | 10101 | 11010011 | 11101010 | 1011011 | 1010 | 0 | 1000 | 10111010 | 1010100 | 110010 |
Color Harmonies of #15D3EA
Complementary color
Monochromatic Colors of #15D3EA
Black with #15D3EA
Text Example
Text Example
White with #15D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D3EA; }
p { color: rgb(21,211,234); }
H1.HeaderClassName
{
color: #15D3EA;
}
.AnyTagClassName
{
color: #15D3EA;
}
</style>
background-color css
<style>
a { background-color: #15D3EA; }
a { background-color: rgb(21,211,234); }
div.DivClassName
{
background-color: #15D3EA;
}
.BgClassName
{
background-color: #15D3EA;
}
</style>
border-color css
<style>
span { border-color: #15D3EA; }
span { border-color: rgb(21,211,234); }
td.TdClassName
{
border-color: #15D3EA;
}
.TagClassName
{
border-color: #15D3EA;
}
</style>