Shades of Bright Turquoise #15DAE8
Tints of Bright Turquoise #15DAE8
RGB
CMYK
RGB Variations
Color information
#15DAE8 (or 0x15DAE8) is known color: Bright Turquoise. HEX triplet: 15, DA and E8. RGB value is (21,218,232). Sum of RGB (Red+Green+Blue) = 21+218+232=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #15DAE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DAE8 is #EA2517. Grayscale: #A0A0A0. Windows color (decimal): -15344920 or 15260181. OLE color: 15260181.
HSL color Cylindrical-coordinate representation of color #15DAE8: hue angle of 183.98º 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 #15DAE8 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 218 | 232 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.09 |
| HSL | 183.98º | 0.83% | 0.5% | - |
| HSV(B) | 183.98º | 0.91% | 0.91% | - |
| XYZ | 39.95 | 56.13 | 85.07 | - |
| YUV | 160.69 | 168.23 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 232 | 0.91 | 0.06 | 0 | 0.09 | 183.98 | 0.83 | 0.5 |
| Hex | 15 | DA | E8 | 5B | 6 | 0 | 9 | B8 | 53 | 32 |
| Octal | 25 | 332 | 350 | 133 | 6 | 0 | 11 | 270 | 123 | 62 |
| Binary | 10101 | 11011010 | 11101000 | 1011011 | 110 | 0 | 1001 | 10111000 | 1010011 | 110010 |
Color Harmonies of #15DAE8
Complementary color
Monochromatic Colors of #15DAE8
Black with #15DAE8
Text Example
Text Example
White with #15DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DAE8; }
p { color: rgb(21,218,232); }
H1.HeaderClassName
{
color: #15DAE8;
}
.AnyTagClassName
{
color: #15DAE8;
}
</style>
background-color css
<style>
a { background-color: #15DAE8; }
a { background-color: rgb(21,218,232); }
div.DivClassName
{
background-color: #15DAE8;
}
.BgClassName
{
background-color: #15DAE8;
}
</style>
border-color css
<style>
span { border-color: #15DAE8; }
span { border-color: rgb(21,218,232); }
td.TdClassName
{
border-color: #15DAE8;
}
.TagClassName
{
border-color: #15DAE8;
}
</style>