Shades of Bright Turquoise #12FBDF
Tints of Bright Turquoise #12FBDF
RGB
CMYK
RGB Variations
Color information
#12FBDF (or 0x12FBDF) is known color: Bright Turquoise. HEX triplet: 12, FB and DF. RGB value is (18,251,223). Sum of RGB (Red+Green+Blue) = 18+251+223=492 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.66% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBDF is #ED0420. Grayscale: #B2B2B2. Windows color (decimal): -15533089 or 14678802. OLE color: 14678802.
HSL color Cylindrical-coordinate representation of color #12FBDF: hue angle of 172.79º 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 #12FBDF is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 223 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.02 |
| HSL | 172.79º | 0.97% | 0.53% | - |
| HSV(B) | 172.79º | 0.93% | 0.98% | - |
| XYZ | 48.07 | 74.45 | 81.65 | - |
| YUV | 178.14 | 153.31 | 13.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 223 | 0.93 | 0 | 0.11 | 0.02 | 172.79 | 0.97 | 0.53 |
| Hex | 12 | FB | DF | 5D | 0 | B | 2 | AD | 61 | 35 |
| Octal | 22 | 373 | 337 | 135 | 0 | 13 | 2 | 255 | 141 | 65 |
| Binary | 10010 | 11111011 | 11011111 | 1011101 | 0 | 1011 | 10 | 10101101 | 1100001 | 110101 |
Color Harmonies of #12FBDF
Complementary color
Monochromatic Colors of #12FBDF
Black with #12FBDF
Text Example
Text Example
White with #12FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FBDF; }
p { color: rgb(18,251,223); }
H1.HeaderClassName
{
color: #12FBDF;
}
.AnyTagClassName
{
color: #12FBDF;
}
</style>
background-color css
<style>
a { background-color: #12FBDF; }
a { background-color: rgb(18,251,223); }
div.DivClassName
{
background-color: #12FBDF;
}
.BgClassName
{
background-color: #12FBDF;
}
</style>
border-color css
<style>
span { border-color: #12FBDF; }
span { border-color: rgb(18,251,223); }
td.TdClassName
{
border-color: #12FBDF;
}
.TagClassName
{
border-color: #12FBDF;
}
</style>