Shades of Bright Turquoise #12FCCF
Tints of Bright Turquoise #12FCCF
RGB
CMYK
RGB Variations
Color information
#12FCCF (or 0x12FCCF) is known color: Bright Turquoise. HEX triplet: 12, FC and CF. RGB value is (18,252,207). Sum of RGB (Red+Green+Blue) = 18+252+207=477 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCCF is #ED0330. Grayscale: #B0B0B0. Windows color (decimal): -15532849 or 13630482. OLE color: 13630482.
HSL color Cylindrical-coordinate representation of color #12FCCF: hue angle of 168.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCCF is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 207 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.01 |
| HSL | 168.46º | 0.98% | 0.53% | - |
| HSV(B) | 168.46º | 0.93% | 0.99% | - |
| XYZ | 46.32 | 74.25 | 70.92 | - |
| YUV | 176.9 | 144.98 | 14.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 207 | 0.93 | 0 | 0.18 | 0.01 | 168.46 | 0.98 | 0.53 |
| Hex | 12 | FC | CF | 5D | 0 | 12 | 1 | A8 | 62 | 35 |
| Octal | 22 | 374 | 317 | 135 | 0 | 22 | 1 | 250 | 142 | 65 |
| Binary | 10010 | 11111100 | 11001111 | 1011101 | 0 | 10010 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #12FCCF
Complementary color
Monochromatic Colors of #12FCCF
Black with #12FCCF
Text Example
Text Example
White with #12FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCCF; }
p { color: rgb(18,252,207); }
H1.HeaderClassName
{
color: #12FCCF;
}
.AnyTagClassName
{
color: #12FCCF;
}
</style>
background-color css
<style>
a { background-color: #12FCCF; }
a { background-color: rgb(18,252,207); }
div.DivClassName
{
background-color: #12FCCF;
}
.BgClassName
{
background-color: #12FCCF;
}
</style>
border-color css
<style>
span { border-color: #12FCCF; }
span { border-color: rgb(18,252,207); }
td.TdClassName
{
border-color: #12FCCF;
}
.TagClassName
{
border-color: #12FCCF;
}
</style>