Shades of Bright Turquoise #12FDD9
Tints of Bright Turquoise #12FDD9
RGB
CMYK
RGB Variations
Color information
#12FDD9 (or 0x12FDD9) is known color: Bright Turquoise. HEX triplet: 12, FD and D9. RGB value is (18,253,217). Sum of RGB (Red+Green+Blue) = 18+253+217=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FDD9 is #ED0226. Grayscale: #B2B2B2. Windows color (decimal): -15532583 or 14286098. OLE color: 14286098.
HSL color Cylindrical-coordinate representation of color #12FDD9: hue angle of 170.81º 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 #12FDD9 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 253 | 217 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.01 |
| HSL | 170.81º | 0.98% | 0.53% | - |
| HSV(B) | 170.81º | 0.93% | 0.99% | - |
| XYZ | 47.9 | 75.39 | 77.67 | - |
| YUV | 178.63 | 149.64 | 13.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 253 | 217 | 0.93 | 0 | 0.14 | 0.01 | 170.81 | 0.98 | 0.53 |
| Hex | 12 | FD | D9 | 5D | 0 | E | 1 | AB | 62 | 35 |
| Octal | 22 | 375 | 331 | 135 | 0 | 16 | 1 | 253 | 142 | 65 |
| Binary | 10010 | 11111101 | 11011001 | 1011101 | 0 | 1110 | 1 | 10101011 | 1100010 | 110101 |
Color Harmonies of #12FDD9
Complementary color
Monochromatic Colors of #12FDD9
Black with #12FDD9
Text Example
Text Example
White with #12FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FDD9; }
p { color: rgb(18,253,217); }
H1.HeaderClassName
{
color: #12FDD9;
}
.AnyTagClassName
{
color: #12FDD9;
}
</style>
background-color css
<style>
a { background-color: #12FDD9; }
a { background-color: rgb(18,253,217); }
div.DivClassName
{
background-color: #12FDD9;
}
.BgClassName
{
background-color: #12FDD9;
}
</style>
border-color css
<style>
span { border-color: #12FDD9; }
span { border-color: rgb(18,253,217); }
td.TdClassName
{
border-color: #12FDD9;
}
.TagClassName
{
border-color: #12FDD9;
}
</style>