Shades of Bright Turquoise #12F2EF
Tints of Bright Turquoise #12F2EF
RGB
CMYK
RGB Variations
Color information
#12F2EF (or 0x12F2EF) is known color: Bright Turquoise. HEX triplet: 12, F2 and EF. RGB value is (18,242,239). Sum of RGB (Red+Green+Blue) = 18+242+239=499 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F2EF is #ED0D10. Grayscale: #AEAEAE. Windows color (decimal): -15535377 or 15725074. OLE color: 15725074.
HSL color Cylindrical-coordinate representation of color #12F2EF: hue angle of 179.2º 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 #12F2EF is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 239 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.05 |
| HSL | 179.2º | 0.9% | 0.51% | - |
| HSV(B) | 179.2º | 0.93% | 0.95% | - |
| XYZ | 47.58 | 69.86 | 92.64 | - |
| YUV | 174.68 | 164.29 | 16.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 239 | 0.93 | 0 | 0.01 | 0.05 | 179.2 | 0.9 | 0.51 |
| Hex | 12 | F2 | EF | 5D | 0 | 1 | 5 | B3 | 5A | 33 |
| Octal | 22 | 362 | 357 | 135 | 0 | 1 | 5 | 263 | 132 | 63 |
| Binary | 10010 | 11110010 | 11101111 | 1011101 | 0 | 1 | 101 | 10110011 | 1011010 | 110011 |
Color Harmonies of #12F2EF
Complementary color
Monochromatic Colors of #12F2EF
Black with #12F2EF
Text Example
Text Example
White with #12F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F2EF; }
p { color: rgb(18,242,239); }
H1.HeaderClassName
{
color: #12F2EF;
}
.AnyTagClassName
{
color: #12F2EF;
}
</style>
background-color css
<style>
a { background-color: #12F2EF; }
a { background-color: rgb(18,242,239); }
div.DivClassName
{
background-color: #12F2EF;
}
.BgClassName
{
background-color: #12F2EF;
}
</style>
border-color css
<style>
span { border-color: #12F2EF; }
span { border-color: rgb(18,242,239); }
td.TdClassName
{
border-color: #12F2EF;
}
.TagClassName
{
border-color: #12F2EF;
}
</style>