Shades of Bright Turquoise #12FEDF
Tints of Bright Turquoise #12FEDF
RGB
CMYK
RGB Variations
Color information
#12FEDF (or 0x12FEDF) is known color: Bright Turquoise. HEX triplet: 12, FE and DF. RGB value is (18,254,223). Sum of RGB (Red+Green+Blue) = 18+254+223=495 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FEDF is #ED0120. Grayscale: #B3B3B3. Windows color (decimal): -15532321 or 14679570. OLE color: 14679570.
HSL color Cylindrical-coordinate representation of color #12FEDF: hue angle of 172.12º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FEDF is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 223 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.00 |
| HSL | 172.12º | 0.99% | 0.53% | - |
| HSV(B) | 172.12º | 0.93% | 1% | - |
| XYZ | 49.01 | 76.34 | 81.96 | - |
| YUV | 179.9 | 152.31 | 12.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 223 | 0.93 | 0 | 0.12 | 0.00 | 172.12 | 0.99 | 0.53 |
| Hex | 12 | FE | DF | 5D | 0 | C | 0 | AC | 63 | 35 |
| Octal | 22 | 376 | 337 | 135 | 0 | 14 | 0 | 254 | 143 | 65 |
| Binary | 10010 | 11111110 | 11011111 | 1011101 | 0 | 1100 | 0 | 10101100 | 1100011 | 110101 |
Color Harmonies of #12FEDF
Complementary color
Monochromatic Colors of #12FEDF
Black with #12FEDF
Text Example
Text Example
White with #12FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FEDF; }
p { color: rgb(18,254,223); }
H1.HeaderClassName
{
color: #12FEDF;
}
.AnyTagClassName
{
color: #12FEDF;
}
</style>
background-color css
<style>
a { background-color: #12FEDF; }
a { background-color: rgb(18,254,223); }
div.DivClassName
{
background-color: #12FEDF;
}
.BgClassName
{
background-color: #12FEDF;
}
</style>
border-color css
<style>
span { border-color: #12FEDF; }
span { border-color: rgb(18,254,223); }
td.TdClassName
{
border-color: #12FEDF;
}
.TagClassName
{
border-color: #12FEDF;
}
</style>