Shades of Bright Turquoise #15EFDA
Tints of Bright Turquoise #15EFDA
RGB
CMYK
RGB Variations
Color information
#15EFDA (or 0x15EFDA) is known color: Bright Turquoise. HEX triplet: 15, EF and DA. RGB value is (21,239,218). Sum of RGB (Red+Green+Blue) = 21+239+218=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #15EFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EFDA is #EA1025. Grayscale: #ABABAB. Windows color (decimal): -15339558 or 14348053. OLE color: 14348053.
HSL color Cylindrical-coordinate representation of color #15EFDA: hue angle of 174.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EFDA is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 239 | 218 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.06 |
| HSL | 174.22º | 0.87% | 0.51% | - |
| HSV(B) | 174.22º | 0.91% | 0.94% | - |
| XYZ | 43.83 | 66.95 | 76.94 | - |
| YUV | 171.42 | 154.28 | 20.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 218 | 0.91 | 0 | 0.09 | 0.06 | 174.22 | 0.87 | 0.51 |
| Hex | 15 | EF | DA | 5B | 0 | 9 | 6 | AE | 57 | 33 |
| Octal | 25 | 357 | 332 | 133 | 0 | 11 | 6 | 256 | 127 | 63 |
| Binary | 10101 | 11101111 | 11011010 | 1011011 | 0 | 1001 | 110 | 10101110 | 1010111 | 110011 |
Color Harmonies of #15EFDA
Complementary color
Monochromatic Colors of #15EFDA
Black with #15EFDA
Text Example
Text Example
White with #15EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EFDA; }
p { color: rgb(21,239,218); }
H1.HeaderClassName
{
color: #15EFDA;
}
.AnyTagClassName
{
color: #15EFDA;
}
</style>
background-color css
<style>
a { background-color: #15EFDA; }
a { background-color: rgb(21,239,218); }
div.DivClassName
{
background-color: #15EFDA;
}
.BgClassName
{
background-color: #15EFDA;
}
</style>
border-color css
<style>
span { border-color: #15EFDA; }
span { border-color: rgb(21,239,218); }
td.TdClassName
{
border-color: #15EFDA;
}
.TagClassName
{
border-color: #15EFDA;
}
</style>