Shades of Bright Turquoise #15EEDB
Tints of Bright Turquoise #15EEDB
RGB
CMYK
RGB Variations
Color information
#15EEDB (or 0x15EEDB) is known color: Bright Turquoise. HEX triplet: 15, EE and DB. RGB value is (21,238,219). Sum of RGB (Red+Green+Blue) = 21+238+219=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #15EEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EEDB is #EA1124. Grayscale: #AAAAAA. Windows color (decimal): -15339813 or 14413333. OLE color: 14413333.
HSL color Cylindrical-coordinate representation of color #15EEDB: hue angle of 174.75º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EEDB is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 219 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.07 |
| HSL | 174.75º | 0.86% | 0.51% | - |
| HSV(B) | 174.75º | 0.91% | 0.93% | - |
| XYZ | 43.67 | 66.42 | 77.54 | - |
| YUV | 170.95 | 155.11 | 21.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 219 | 0.91 | 0 | 0.08 | 0.07 | 174.75 | 0.86 | 0.51 |
| Hex | 15 | EE | DB | 5B | 0 | 8 | 7 | AF | 56 | 33 |
| Octal | 25 | 356 | 333 | 133 | 0 | 10 | 7 | 257 | 126 | 63 |
| Binary | 10101 | 11101110 | 11011011 | 1011011 | 0 | 1000 | 111 | 10101111 | 1010110 | 110011 |
Color Harmonies of #15EEDB
Complementary color
Monochromatic Colors of #15EEDB
Black with #15EEDB
Text Example
Text Example
White with #15EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEDB; }
p { color: rgb(21,238,219); }
H1.HeaderClassName
{
color: #15EEDB;
}
.AnyTagClassName
{
color: #15EEDB;
}
</style>
background-color css
<style>
a { background-color: #15EEDB; }
a { background-color: rgb(21,238,219); }
div.DivClassName
{
background-color: #15EEDB;
}
.BgClassName
{
background-color: #15EEDB;
}
</style>
border-color css
<style>
span { border-color: #15EEDB; }
span { border-color: rgb(21,238,219); }
td.TdClassName
{
border-color: #15EEDB;
}
.TagClassName
{
border-color: #15EEDB;
}
</style>