Shades of Bright Turquoise #12FCDF
Tints of Bright Turquoise #12FCDF
RGB
CMYK
RGB Variations
Color information
#12FCDF (or 0x12FCDF) is known color: Bright Turquoise. HEX triplet: 12, FC and DF. RGB value is (18,252,223). Sum of RGB (Red+Green+Blue) = 18+252+223=493 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.65% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCDF is #ED0320. Grayscale: #B2B2B2. Windows color (decimal): -15532833 or 14679058. OLE color: 14679058.
HSL color Cylindrical-coordinate representation of color #12FCDF: hue angle of 172.56º 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 #12FCDF is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 223 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.01 |
| HSL | 172.56º | 0.98% | 0.53% | - |
| HSV(B) | 172.56º | 0.93% | 0.99% | - |
| XYZ | 48.38 | 75.08 | 81.75 | - |
| YUV | 178.73 | 152.98 | 13.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 223 | 0.93 | 0 | 0.12 | 0.01 | 172.56 | 0.98 | 0.53 |
| Hex | 12 | FC | DF | 5D | 0 | C | 1 | AD | 62 | 35 |
| Octal | 22 | 374 | 337 | 135 | 0 | 14 | 1 | 255 | 142 | 65 |
| Binary | 10010 | 11111100 | 11011111 | 1011101 | 0 | 1100 | 1 | 10101101 | 1100010 | 110101 |
Color Harmonies of #12FCDF
Complementary color
Monochromatic Colors of #12FCDF
Black with #12FCDF
Text Example
Text Example
White with #12FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCDF; }
p { color: rgb(18,252,223); }
H1.HeaderClassName
{
color: #12FCDF;
}
.AnyTagClassName
{
color: #12FCDF;
}
</style>
background-color css
<style>
a { background-color: #12FCDF; }
a { background-color: rgb(18,252,223); }
div.DivClassName
{
background-color: #12FCDF;
}
.BgClassName
{
background-color: #12FCDF;
}
</style>
border-color css
<style>
span { border-color: #12FCDF; }
span { border-color: rgb(18,252,223); }
td.TdClassName
{
border-color: #12FCDF;
}
.TagClassName
{
border-color: #12FCDF;
}
</style>