Shades of Bright Turquoise #12FCDA
Tints of Bright Turquoise #12FCDA
RGB
CMYK
RGB Variations
Color information
#12FCDA (or 0x12FCDA) is known color: Bright Turquoise. HEX triplet: 12, FC and DA. RGB value is (18,252,218). Sum of RGB (Red+Green+Blue) = 18+252+218=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCDA is #ED0325. Grayscale: #B2B2B2. Windows color (decimal): -15532838 or 14351378. OLE color: 14351378.
HSL color Cylindrical-coordinate representation of color #12FCDA: hue angle of 171.28º 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 #12FCDA is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 218 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.01 |
| HSL | 171.28º | 0.98% | 0.53% | - |
| HSV(B) | 171.28º | 0.93% | 0.99% | - |
| XYZ | 47.71 | 74.81 | 78.25 | - |
| YUV | 178.16 | 150.48 | 13.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 218 | 0.93 | 0 | 0.13 | 0.01 | 171.28 | 0.98 | 0.53 |
| Hex | 12 | FC | DA | 5D | 0 | D | 1 | AB | 62 | 35 |
| Octal | 22 | 374 | 332 | 135 | 0 | 15 | 1 | 253 | 142 | 65 |
| Binary | 10010 | 11111100 | 11011010 | 1011101 | 0 | 1101 | 1 | 10101011 | 1100010 | 110101 |
Color Harmonies of #12FCDA
Complementary color
Monochromatic Colors of #12FCDA
Black with #12FCDA
Text Example
Text Example
White with #12FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCDA; }
p { color: rgb(18,252,218); }
H1.HeaderClassName
{
color: #12FCDA;
}
.AnyTagClassName
{
color: #12FCDA;
}
</style>
background-color css
<style>
a { background-color: #12FCDA; }
a { background-color: rgb(18,252,218); }
div.DivClassName
{
background-color: #12FCDA;
}
.BgClassName
{
background-color: #12FCDA;
}
</style>
border-color css
<style>
span { border-color: #12FCDA; }
span { border-color: rgb(18,252,218); }
td.TdClassName
{
border-color: #12FCDA;
}
.TagClassName
{
border-color: #12FCDA;
}
</style>