Shades of Bright Turquoise #12F6ED
Tints of Bright Turquoise #12F6ED
RGB
CMYK
RGB Variations
Color information
#12F6ED (or 0x12F6ED) is known color: Bright Turquoise. HEX triplet: 12, F6 and ED. RGB value is (18,246,237). Sum of RGB (Red+Green+Blue) = 18+246+237=501 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.59% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #12F6ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F6ED is #ED0912. Grayscale: #B0B0B0. Windows color (decimal): -15534355 or 15595026. OLE color: 15595026.
HSL color Cylindrical-coordinate representation of color #12F6ED: hue angle of 177.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F6ED is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 237 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.04 |
| HSL | 177.63º | 0.93% | 0.52% | - |
| HSV(B) | 177.63º | 0.93% | 0.96% | - |
| XYZ | 48.49 | 72.15 | 91.49 | - |
| YUV | 176.8 | 161.96 | 14.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 237 | 0.93 | 0 | 0.04 | 0.04 | 177.63 | 0.93 | 0.52 |
| Hex | 12 | F6 | ED | 5D | 0 | 4 | 4 | B2 | 5D | 34 |
| Octal | 22 | 366 | 355 | 135 | 0 | 4 | 4 | 262 | 135 | 64 |
| Binary | 10010 | 11110110 | 11101101 | 1011101 | 0 | 100 | 100 | 10110010 | 1011101 | 110100 |
Color Harmonies of #12F6ED
Complementary color
Monochromatic Colors of #12F6ED
Black with #12F6ED
Text Example
Text Example
White with #12F6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F6ED; }
p { color: rgb(18,246,237); }
H1.HeaderClassName
{
color: #12F6ED;
}
.AnyTagClassName
{
color: #12F6ED;
}
</style>
background-color css
<style>
a { background-color: #12F6ED; }
a { background-color: rgb(18,246,237); }
div.DivClassName
{
background-color: #12F6ED;
}
.BgClassName
{
background-color: #12F6ED;
}
</style>
border-color css
<style>
span { border-color: #12F6ED; }
span { border-color: rgb(18,246,237); }
td.TdClassName
{
border-color: #12F6ED;
}
.TagClassName
{
border-color: #12F6ED;
}
</style>