Shades of Bright Turquoise #12F5CA
Tints of Bright Turquoise #12F5CA
RGB
CMYK
RGB Variations
Color information
#12F5CA (or 0x12F5CA) is known color: Bright Turquoise. HEX triplet: 12, F5 and CA. RGB value is (18,245,202). Sum of RGB (Red+Green+Blue) = 18+245+202=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #12F5CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F5CA is #ED0A35. Grayscale: #ACACAC. Windows color (decimal): -15534646 or 13301010. OLE color: 13301010.
HSL color Cylindrical-coordinate representation of color #12F5CA: hue angle of 168.63º degrees, saturation: 0.92, 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 #12F5CA is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 245 | 202 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.04 |
| HSL | 168.63º | 0.92% | 0.52% | - |
| HSV(B) | 168.63º | 0.93% | 0.96% | - |
| XYZ | 43.56 | 69.7 | 67.03 | - |
| YUV | 172.23 | 144.79 | 18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 245 | 202 | 0.93 | 0 | 0.18 | 0.04 | 168.63 | 0.92 | 0.52 |
| Hex | 12 | F5 | CA | 5D | 0 | 12 | 4 | A9 | 5C | 34 |
| Octal | 22 | 365 | 312 | 135 | 0 | 22 | 4 | 251 | 134 | 64 |
| Binary | 10010 | 11110101 | 11001010 | 1011101 | 0 | 10010 | 100 | 10101001 | 1011100 | 110100 |
Color Harmonies of #12F5CA
Complementary color
Monochromatic Colors of #12F5CA
Black with #12F5CA
Text Example
Text Example
White with #12F5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F5CA; }
p { color: rgb(18,245,202); }
H1.HeaderClassName
{
color: #12F5CA;
}
.AnyTagClassName
{
color: #12F5CA;
}
</style>
background-color css
<style>
a { background-color: #12F5CA; }
a { background-color: rgb(18,245,202); }
div.DivClassName
{
background-color: #12F5CA;
}
.BgClassName
{
background-color: #12F5CA;
}
</style>
border-color css
<style>
span { border-color: #12F5CA; }
span { border-color: rgb(18,245,202); }
td.TdClassName
{
border-color: #12F5CA;
}
.TagClassName
{
border-color: #12F5CA;
}
</style>