Shades of Bright Turquoise #12FADF
Tints of Bright Turquoise #12FADF
RGB
CMYK
RGB Variations
Color information
#12FADF (or 0x12FADF) is known color: Bright Turquoise. HEX triplet: 12, FA and DF. RGB value is (18,250,223). Sum of RGB (Red+Green+Blue) = 18+250+223=491 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #12FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FADF is #ED0520. Grayscale: #B1B1B1. Windows color (decimal): -15533345 or 14678546. OLE color: 14678546.
HSL color Cylindrical-coordinate representation of color #12FADF: hue angle of 173.02º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FADF is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 223 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.02 |
| HSL | 173.02º | 0.96% | 0.53% | - |
| HSV(B) | 173.02º | 0.93% | 0.98% | - |
| XYZ | 47.75 | 73.83 | 81.55 | - |
| YUV | 177.55 | 153.64 | 14.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 223 | 0.93 | 0 | 0.11 | 0.02 | 173.02 | 0.96 | 0.53 |
| Hex | 12 | FA | DF | 5D | 0 | B | 2 | AD | 60 | 35 |
| Octal | 22 | 372 | 337 | 135 | 0 | 13 | 2 | 255 | 140 | 65 |
| Binary | 10010 | 11111010 | 11011111 | 1011101 | 0 | 1011 | 10 | 10101101 | 1100000 | 110101 |
Color Harmonies of #12FADF
Complementary color
Monochromatic Colors of #12FADF
Black with #12FADF
Text Example
Text Example
White with #12FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FADF; }
p { color: rgb(18,250,223); }
H1.HeaderClassName
{
color: #12FADF;
}
.AnyTagClassName
{
color: #12FADF;
}
</style>
background-color css
<style>
a { background-color: #12FADF; }
a { background-color: rgb(18,250,223); }
div.DivClassName
{
background-color: #12FADF;
}
.BgClassName
{
background-color: #12FADF;
}
</style>
border-color css
<style>
span { border-color: #12FADF; }
span { border-color: rgb(18,250,223); }
td.TdClassName
{
border-color: #12FADF;
}
.TagClassName
{
border-color: #12FADF;
}
</style>