Shades of Bright Turquoise #12FDC5
Tints of Bright Turquoise #12FDC5
RGB
CMYK
RGB Variations
Color information
#12FDC5 (or 0x12FDC5) is known color: Bright Turquoise. HEX triplet: 12, FD and C5. RGB value is (18,253,197). Sum of RGB (Red+Green+Blue) = 18+253+197=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FDC5 is #ED023A. Grayscale: #B0B0B0. Windows color (decimal): -15532603 or 12975378. OLE color: 12975378.
HSL color Cylindrical-coordinate representation of color #12FDC5: hue angle of 165.7º 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 #12FDC5 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 253 | 197 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.01 |
| HSL | 165.7º | 0.98% | 0.53% | - |
| HSV(B) | 165.7º | 0.93% | 0.99% | - |
| XYZ | 45.45 | 74.41 | 64.79 | - |
| YUV | 176.35 | 139.64 | 15.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 253 | 197 | 0.93 | 0 | 0.22 | 0.01 | 165.7 | 0.98 | 0.53 |
| Hex | 12 | FD | C5 | 5D | 0 | 16 | 1 | A6 | 62 | 35 |
| Octal | 22 | 375 | 305 | 135 | 0 | 26 | 1 | 246 | 142 | 65 |
| Binary | 10010 | 11111101 | 11000101 | 1011101 | 0 | 10110 | 1 | 10100110 | 1100010 | 110101 |
Color Harmonies of #12FDC5
Complementary color
Monochromatic Colors of #12FDC5
Black with #12FDC5
Text Example
Text Example
White with #12FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FDC5; }
p { color: rgb(18,253,197); }
H1.HeaderClassName
{
color: #12FDC5;
}
.AnyTagClassName
{
color: #12FDC5;
}
</style>
background-color css
<style>
a { background-color: #12FDC5; }
a { background-color: rgb(18,253,197); }
div.DivClassName
{
background-color: #12FDC5;
}
.BgClassName
{
background-color: #12FDC5;
}
</style>
border-color css
<style>
span { border-color: #12FDC5; }
span { border-color: rgb(18,253,197); }
td.TdClassName
{
border-color: #12FDC5;
}
.TagClassName
{
border-color: #12FDC5;
}
</style>