Shades of Bright Turquoise #12F5DD
Tints of Bright Turquoise #12F5DD
RGB
CMYK
RGB Variations
Color information
#12F5DD (or 0x12F5DD) is known color: Bright Turquoise. HEX triplet: 12, F5 and DD. RGB value is (18,245,221). Sum of RGB (Red+Green+Blue) = 18+245+221=484 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.72% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #12F5DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F5DD is #ED0A22. Grayscale: #AEAEAE. Windows color (decimal): -15534627 or 14546194. OLE color: 14546194.
HSL color Cylindrical-coordinate representation of color #12F5DD: hue angle of 173.66º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F5DD is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 245 | 221 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.04 |
| HSL | 173.66º | 0.92% | 0.52% | - |
| HSV(B) | 173.66º | 0.93% | 0.96% | - |
| XYZ | 45.95 | 70.65 | 79.62 | - |
| YUV | 174.39 | 154.29 | 16.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 245 | 221 | 0.93 | 0 | 0.10 | 0.04 | 173.66 | 0.92 | 0.52 |
| Hex | 12 | F5 | DD | 5D | 0 | A | 4 | AE | 5C | 34 |
| Octal | 22 | 365 | 335 | 135 | 0 | 12 | 4 | 256 | 134 | 64 |
| Binary | 10010 | 11110101 | 11011101 | 1011101 | 0 | 1010 | 100 | 10101110 | 1011100 | 110100 |
Color Harmonies of #12F5DD
Complementary color
Monochromatic Colors of #12F5DD
Black with #12F5DD
Text Example
Text Example
White with #12F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F5DD; }
p { color: rgb(18,245,221); }
H1.HeaderClassName
{
color: #12F5DD;
}
.AnyTagClassName
{
color: #12F5DD;
}
</style>
background-color css
<style>
a { background-color: #12F5DD; }
a { background-color: rgb(18,245,221); }
div.DivClassName
{
background-color: #12F5DD;
}
.BgClassName
{
background-color: #12F5DD;
}
</style>
border-color css
<style>
span { border-color: #12F5DD; }
span { border-color: rgb(18,245,221); }
td.TdClassName
{
border-color: #12F5DD;
}
.TagClassName
{
border-color: #12F5DD;
}
</style>