Shades of Bright Turquoise #12FFDE
Tints of Bright Turquoise #12FFDE
RGB
CMYK
RGB Variations
Color information
#12FFDE (or 0x12FFDE) is known color: Bright Turquoise. HEX triplet: 12, FF and DE. RGB value is (18,255,222). Sum of RGB (Red+Green+Blue) = 18+255+222=495 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFDE is #ED0021. Grayscale: #B4B4B4. Windows color (decimal): -15532066 or 14614290. OLE color: 14614290.
HSL color Cylindrical-coordinate representation of color #12FFDE: hue angle of 171.65º 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 #12FFDE is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 222 | - |
| CMYK | 0.93 | 0 | 0.13 | 0 |
| HSL | 171.65º | 1% | 0.54% | - |
| HSV(B) | 171.65º | 0.93% | 1% | - |
| XYZ | 49.19 | 76.92 | 81.36 | - |
| YUV | 180.38 | 151.48 | 12.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 222 | 0.93 | 0 | 0.13 | 0 | 171.65 | 1 | 0.54 |
| Hex | 12 | FF | DE | 5D | 0 | D | 0 | AC | 64 | 36 |
| Octal | 22 | 377 | 336 | 135 | 0 | 15 | 0 | 254 | 144 | 66 |
| Binary | 10010 | 11111111 | 11011110 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #12FFDE
Complementary color
Monochromatic Colors of #12FFDE
Black with #12FFDE
Text Example
Text Example
White with #12FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFDE; }
p { color: rgb(18,255,222); }
H1.HeaderClassName
{
color: #12FFDE;
}
.AnyTagClassName
{
color: #12FFDE;
}
</style>
background-color css
<style>
a { background-color: #12FFDE; }
a { background-color: rgb(18,255,222); }
div.DivClassName
{
background-color: #12FFDE;
}
.BgClassName
{
background-color: #12FFDE;
}
</style>
border-color css
<style>
span { border-color: #12FFDE; }
span { border-color: rgb(18,255,222); }
td.TdClassName
{
border-color: #12FFDE;
}
.TagClassName
{
border-color: #12FFDE;
}
</style>