Shades of Bright Turquoise #12FBDD
Tints of Bright Turquoise #12FBDD
RGB
CMYK
RGB Variations
Color information
#12FBDD (or 0x12FBDD) is known color: Bright Turquoise. HEX triplet: 12, FB and DD. RGB value is (18,251,221). Sum of RGB (Red+Green+Blue) = 18+251+221=490 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBDD is #ED0422. Grayscale: #B1B1B1. Windows color (decimal): -15533091 or 14547730. OLE color: 14547730.
HSL color Cylindrical-coordinate representation of color #12FBDD: hue angle of 172.27º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FBDD is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 221 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.02 |
| HSL | 172.27º | 0.97% | 0.53% | - |
| HSV(B) | 172.27º | 0.93% | 0.98% | - |
| XYZ | 47.8 | 74.34 | 80.24 | - |
| YUV | 177.91 | 152.31 | 13.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 221 | 0.93 | 0 | 0.12 | 0.02 | 172.27 | 0.97 | 0.53 |
| Hex | 12 | FB | DD | 5D | 0 | C | 2 | AC | 61 | 35 |
| Octal | 22 | 373 | 335 | 135 | 0 | 14 | 2 | 254 | 141 | 65 |
| Binary | 10010 | 11111011 | 11011101 | 1011101 | 0 | 1100 | 10 | 10101100 | 1100001 | 110101 |
Color Harmonies of #12FBDD
Complementary color
Monochromatic Colors of #12FBDD
Black with #12FBDD
Text Example
Text Example
White with #12FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FBDD; }
p { color: rgb(18,251,221); }
H1.HeaderClassName
{
color: #12FBDD;
}
.AnyTagClassName
{
color: #12FBDD;
}
</style>
background-color css
<style>
a { background-color: #12FBDD; }
a { background-color: rgb(18,251,221); }
div.DivClassName
{
background-color: #12FBDD;
}
.BgClassName
{
background-color: #12FBDD;
}
</style>
border-color css
<style>
span { border-color: #12FBDD; }
span { border-color: rgb(18,251,221); }
td.TdClassName
{
border-color: #12FBDD;
}
.TagClassName
{
border-color: #12FBDD;
}
</style>