Shades of Bright Turquoise #15D6E9
Tints of Bright Turquoise #15D6E9
RGB
CMYK
RGB Variations
Color information
#15D6E9 (or 0x15D6E9) is known color: Bright Turquoise. HEX triplet: 15, D6 and E9. RGB value is (21,214,233). Sum of RGB (Red+Green+Blue) = 21+214+233=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #15D6E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D6E9 is #EA2916. Grayscale: #9E9E9E. Windows color (decimal): -15345943 or 15324693. OLE color: 15324693.
HSL color Cylindrical-coordinate representation of color #15D6E9: hue angle of 185.38º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D6E9 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 214 | 233 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.09 |
| HSL | 185.38º | 0.83% | 0.5% | - |
| HSV(B) | 185.38º | 0.91% | 0.91% | - |
| XYZ | 39.06 | 54.14 | 85.48 | - |
| YUV | 158.46 | 170.06 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 214 | 233 | 0.91 | 0.08 | 0 | 0.09 | 185.38 | 0.83 | 0.5 |
| Hex | 15 | D6 | E9 | 5B | 8 | 0 | 9 | B9 | 53 | 32 |
| Octal | 25 | 326 | 351 | 133 | 10 | 0 | 11 | 271 | 123 | 62 |
| Binary | 10101 | 11010110 | 11101001 | 1011011 | 1000 | 0 | 1001 | 10111001 | 1010011 | 110010 |
Color Harmonies of #15D6E9
Complementary color
Monochromatic Colors of #15D6E9
Black with #15D6E9
Text Example
Text Example
White with #15D6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D6E9; }
p { color: rgb(21,214,233); }
H1.HeaderClassName
{
color: #15D6E9;
}
.AnyTagClassName
{
color: #15D6E9;
}
</style>
background-color css
<style>
a { background-color: #15D6E9; }
a { background-color: rgb(21,214,233); }
div.DivClassName
{
background-color: #15D6E9;
}
.BgClassName
{
background-color: #15D6E9;
}
</style>
border-color css
<style>
span { border-color: #15D6E9; }
span { border-color: rgb(21,214,233); }
td.TdClassName
{
border-color: #15D6E9;
}
.TagClassName
{
border-color: #15D6E9;
}
</style>