Shades of Bright Turquoise #15FFDA
Tints of Bright Turquoise #15FFDA
RGB
CMYK
RGB Variations
Color information
#15FFDA (or 0x15FFDA) is known color: Bright Turquoise. HEX triplet: 15, FF and DA. RGB value is (21,255,218). Sum of RGB (Red+Green+Blue) = 21+255+218=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFDA is #EA0025. Grayscale: #B4B4B4. Windows color (decimal): -15335462 or 14352149. OLE color: 14352149.
HSL color Cylindrical-coordinate representation of color #15FFDA: hue angle of 170.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFDA is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 218 | - |
| CMYK | 0.92 | 0 | 0.15 | 0 |
| HSL | 170.51º | 1% | 0.54% | - |
| HSV(B) | 170.51º | 0.92% | 1% | - |
| XYZ | 48.72 | 76.74 | 78.57 | - |
| YUV | 180.82 | 148.98 | 14.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 218 | 0.92 | 0 | 0.15 | 0 | 170.51 | 1 | 0.54 |
| Hex | 15 | FF | DA | 5C | 0 | F | 0 | AB | 64 | 36 |
| Octal | 25 | 377 | 332 | 134 | 0 | 17 | 0 | 253 | 144 | 66 |
| Binary | 10101 | 11111111 | 11011010 | 1011100 | 0 | 1111 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #15FFDA
Complementary color
Monochromatic Colors of #15FFDA
Black with #15FFDA
Text Example
Text Example
White with #15FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFDA; }
p { color: rgb(21,255,218); }
H1.HeaderClassName
{
color: #15FFDA;
}
.AnyTagClassName
{
color: #15FFDA;
}
</style>
background-color css
<style>
a { background-color: #15FFDA; }
a { background-color: rgb(21,255,218); }
div.DivClassName
{
background-color: #15FFDA;
}
.BgClassName
{
background-color: #15FFDA;
}
</style>
border-color css
<style>
span { border-color: #15FFDA; }
span { border-color: rgb(21,255,218); }
td.TdClassName
{
border-color: #15FFDA;
}
.TagClassName
{
border-color: #15FFDA;
}
</style>