Shades of Bright Turquoise #13FFDA
Tints of Bright Turquoise #13FFDA
RGB
CMYK
RGB Variations
Color information
#13FFDA (or 0x13FFDA) is known color: Bright Turquoise. HEX triplet: 13, FF and DA. RGB value is (19,255,218). Sum of RGB (Red+Green+Blue) = 19+255+218=492 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.86% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFDA is #EC0025. Grayscale: #B4B4B4. Windows color (decimal): -15466534 or 14352147. OLE color: 14352147.
HSL color Cylindrical-coordinate representation of color #13FFDA: hue angle of 170.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFDA is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 218 | - |
| CMYK | 0.93 | 0 | 0.15 | 0 |
| HSL | 170.59º | 1% | 0.54% | - |
| HSV(B) | 170.59º | 0.93% | 1% | - |
| XYZ | 48.68 | 76.72 | 78.57 | - |
| YUV | 180.22 | 149.31 | 13.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 218 | 0.93 | 0 | 0.15 | 0 | 170.59 | 1 | 0.54 |
| Hex | 13 | FF | DA | 5D | 0 | F | 0 | AB | 64 | 36 |
| Octal | 23 | 377 | 332 | 135 | 0 | 17 | 0 | 253 | 144 | 66 |
| Binary | 10011 | 11111111 | 11011010 | 1011101 | 0 | 1111 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #13FFDA
Complementary color
Monochromatic Colors of #13FFDA
Black with #13FFDA
Text Example
Text Example
White with #13FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFDA; }
p { color: rgb(19,255,218); }
H1.HeaderClassName
{
color: #13FFDA;
}
.AnyTagClassName
{
color: #13FFDA;
}
</style>
background-color css
<style>
a { background-color: #13FFDA; }
a { background-color: rgb(19,255,218); }
div.DivClassName
{
background-color: #13FFDA;
}
.BgClassName
{
background-color: #13FFDA;
}
</style>
border-color css
<style>
span { border-color: #13FFDA; }
span { border-color: rgb(19,255,218); }
td.TdClassName
{
border-color: #13FFDA;
}
.TagClassName
{
border-color: #13FFDA;
}
</style>