Shades of Bright Turquoise #12FFDF
Tints of Bright Turquoise #12FFDF
RGB
CMYK
RGB Variations
Color information
#12FFDF (or 0x12FFDF) is known color: Bright Turquoise. HEX triplet: 12, FF and DF. RGB value is (18,255,223). Sum of RGB (Red+Green+Blue) = 18+255+223=496 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.63% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFDF is #ED0020. Grayscale: #B4B4B4. Windows color (decimal): -15532065 or 14679826. OLE color: 14679826.
HSL color Cylindrical-coordinate representation of color #12FFDF: hue angle of 171.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFDF is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 223 | - |
| CMYK | 0.93 | 0 | 0.13 | 0 |
| HSL | 171.9º | 1% | 0.54% | - |
| HSV(B) | 171.9º | 0.93% | 1% | - |
| XYZ | 49.33 | 76.98 | 82.07 | - |
| YUV | 180.49 | 151.98 | 12.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 223 | 0.93 | 0 | 0.13 | 0 | 171.9 | 1 | 0.54 |
| Hex | 12 | FF | DF | 5D | 0 | D | 0 | AC | 64 | 36 |
| Octal | 22 | 377 | 337 | 135 | 0 | 15 | 0 | 254 | 144 | 66 |
| Binary | 10010 | 11111111 | 11011111 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #12FFDF
Complementary color
Monochromatic Colors of #12FFDF
Black with #12FFDF
Text Example
Text Example
White with #12FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFDF; }
p { color: rgb(18,255,223); }
H1.HeaderClassName
{
color: #12FFDF;
}
.AnyTagClassName
{
color: #12FFDF;
}
</style>
background-color css
<style>
a { background-color: #12FFDF; }
a { background-color: rgb(18,255,223); }
div.DivClassName
{
background-color: #12FFDF;
}
.BgClassName
{
background-color: #12FFDF;
}
</style>
border-color css
<style>
span { border-color: #12FFDF; }
span { border-color: rgb(18,255,223); }
td.TdClassName
{
border-color: #12FFDF;
}
.TagClassName
{
border-color: #12FFDF;
}
</style>