Shades of Bright Turquoise #13FADF
Tints of Bright Turquoise #13FADF
RGB
CMYK
RGB Variations
Color information
#13FADF (or 0x13FADF) is known color: Bright Turquoise. HEX triplet: 13, FA and DF. RGB value is (19,250,223). Sum of RGB (Red+Green+Blue) = 19+250+223=492 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.86% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #13FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FADF is #EC0520. Grayscale: #B1B1B1. Windows color (decimal): -15467809 or 14678547. OLE color: 14678547.
HSL color Cylindrical-coordinate representation of color #13FADF: hue angle of 172.99º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FADF is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 250 | 223 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.02 |
| HSL | 172.99º | 0.96% | 0.53% | - |
| HSV(B) | 172.99º | 0.92% | 0.98% | - |
| XYZ | 47.77 | 73.84 | 81.55 | - |
| YUV | 177.85 | 153.47 | 14.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 223 | 0.92 | 0 | 0.11 | 0.02 | 172.99 | 0.96 | 0.53 |
| Hex | 13 | FA | DF | 5C | 0 | B | 2 | AD | 60 | 35 |
| Octal | 23 | 372 | 337 | 134 | 0 | 13 | 2 | 255 | 140 | 65 |
| Binary | 10011 | 11111010 | 11011111 | 1011100 | 0 | 1011 | 10 | 10101101 | 1100000 | 110101 |
Color Harmonies of #13FADF
Complementary color
Monochromatic Colors of #13FADF
Black with #13FADF
Text Example
Text Example
White with #13FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FADF; }
p { color: rgb(19,250,223); }
H1.HeaderClassName
{
color: #13FADF;
}
.AnyTagClassName
{
color: #13FADF;
}
</style>
background-color css
<style>
a { background-color: #13FADF; }
a { background-color: rgb(19,250,223); }
div.DivClassName
{
background-color: #13FADF;
}
.BgClassName
{
background-color: #13FADF;
}
</style>
border-color css
<style>
span { border-color: #13FADF; }
span { border-color: rgb(19,250,223); }
td.TdClassName
{
border-color: #13FADF;
}
.TagClassName
{
border-color: #13FADF;
}
</style>