Shades of Bright Turquoise #12F2DF
Tints of Bright Turquoise #12F2DF
RGB
CMYK
RGB Variations
Color information
#12F2DF (or 0x12F2DF) is known color: Bright Turquoise. HEX triplet: 12, F2 and DF. RGB value is (18,242,223). Sum of RGB (Red+Green+Blue) = 18+242+223=483 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F2DF is #ED0D20. Grayscale: #ACACAC. Windows color (decimal): -15535393 or 14676498. OLE color: 14676498.
HSL color Cylindrical-coordinate representation of color #12F2DF: hue angle of 174.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F2DF is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 223 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.05 |
| HSL | 174.91º | 0.9% | 0.51% | - |
| HSV(B) | 174.91º | 0.93% | 0.95% | - |
| XYZ | 45.32 | 68.96 | 80.73 | - |
| YUV | 172.86 | 156.29 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 223 | 0.93 | 0 | 0.08 | 0.05 | 174.91 | 0.9 | 0.51 |
| Hex | 12 | F2 | DF | 5D | 0 | 8 | 5 | AF | 5A | 33 |
| Octal | 22 | 362 | 337 | 135 | 0 | 10 | 5 | 257 | 132 | 63 |
| Binary | 10010 | 11110010 | 11011111 | 1011101 | 0 | 1000 | 101 | 10101111 | 1011010 | 110011 |
Color Harmonies of #12F2DF
Complementary color
Monochromatic Colors of #12F2DF
Black with #12F2DF
Text Example
Text Example
White with #12F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F2DF; }
p { color: rgb(18,242,223); }
H1.HeaderClassName
{
color: #12F2DF;
}
.AnyTagClassName
{
color: #12F2DF;
}
</style>
background-color css
<style>
a { background-color: #12F2DF; }
a { background-color: rgb(18,242,223); }
div.DivClassName
{
background-color: #12F2DF;
}
.BgClassName
{
background-color: #12F2DF;
}
</style>
border-color css
<style>
span { border-color: #12F2DF; }
span { border-color: rgb(18,242,223); }
td.TdClassName
{
border-color: #12F2DF;
}
.TagClassName
{
border-color: #12F2DF;
}
</style>