Shades of Bright Turquoise #12FBE5
Tints of Bright Turquoise #12FBE5
RGB
CMYK
RGB Variations
Color information
#12FBE5 (or 0x12FBE5) is known color: Bright Turquoise. HEX triplet: 12, FB and E5. RGB value is (18,251,229). Sum of RGB (Red+Green+Blue) = 18+251+229=498 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBE5 is #ED041A. Grayscale: #B2B2B2. Windows color (decimal): -15533083 or 15072018. OLE color: 15072018.
HSL color Cylindrical-coordinate representation of color #12FBE5: hue angle of 174.33º 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 #12FBE5 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 229 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.02 |
| HSL | 174.33º | 0.97% | 0.53% | - |
| HSV(B) | 174.33º | 0.93% | 0.98% | - |
| XYZ | 48.89 | 74.78 | 85.99 | - |
| YUV | 178.83 | 156.31 | 13.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 229 | 0.93 | 0 | 0.09 | 0.02 | 174.33 | 0.97 | 0.53 |
| Hex | 12 | FB | E5 | 5D | 0 | 9 | 2 | AE | 61 | 35 |
| Octal | 22 | 373 | 345 | 135 | 0 | 11 | 2 | 256 | 141 | 65 |
| Binary | 10010 | 11111011 | 11100101 | 1011101 | 0 | 1001 | 10 | 10101110 | 1100001 | 110101 |
Color Harmonies of #12FBE5
Complementary color
Monochromatic Colors of #12FBE5
Black with #12FBE5
Text Example
Text Example
White with #12FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FBE5; }
p { color: rgb(18,251,229); }
H1.HeaderClassName
{
color: #12FBE5;
}
.AnyTagClassName
{
color: #12FBE5;
}
</style>
background-color css
<style>
a { background-color: #12FBE5; }
a { background-color: rgb(18,251,229); }
div.DivClassName
{
background-color: #12FBE5;
}
.BgClassName
{
background-color: #12FBE5;
}
</style>
border-color css
<style>
span { border-color: #12FBE5; }
span { border-color: rgb(18,251,229); }
td.TdClassName
{
border-color: #12FBE5;
}
.TagClassName
{
border-color: #12FBE5;
}
</style>