Shades of Bright Turquoise #12FCCD
Tints of Bright Turquoise #12FCCD
RGB
CMYK
RGB Variations
Color information
#12FCCD (or 0x12FCCD) is known color: Bright Turquoise. HEX triplet: 12, FC and CD. RGB value is (18,252,205). Sum of RGB (Red+Green+Blue) = 18+252+205=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCCD is #ED0332. Grayscale: #B0B0B0. Windows color (decimal): -15532851 or 13499410. OLE color: 13499410.
HSL color Cylindrical-coordinate representation of color #12FCCD: hue angle of 167.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCCD is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 205 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.01 |
| HSL | 167.95º | 0.98% | 0.53% | - |
| HSV(B) | 167.95º | 0.93% | 0.99% | - |
| XYZ | 46.08 | 74.16 | 69.64 | - |
| YUV | 176.68 | 143.98 | 14.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 205 | 0.93 | 0 | 0.19 | 0.01 | 167.95 | 0.98 | 0.53 |
| Hex | 12 | FC | CD | 5D | 0 | 13 | 1 | A8 | 62 | 35 |
| Octal | 22 | 374 | 315 | 135 | 0 | 23 | 1 | 250 | 142 | 65 |
| Binary | 10010 | 11111100 | 11001101 | 1011101 | 0 | 10011 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #12FCCD
Complementary color
Monochromatic Colors of #12FCCD
Black with #12FCCD
Text Example
Text Example
White with #12FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCCD; }
p { color: rgb(18,252,205); }
H1.HeaderClassName
{
color: #12FCCD;
}
.AnyTagClassName
{
color: #12FCCD;
}
</style>
background-color css
<style>
a { background-color: #12FCCD; }
a { background-color: rgb(18,252,205); }
div.DivClassName
{
background-color: #12FCCD;
}
.BgClassName
{
background-color: #12FCCD;
}
</style>
border-color css
<style>
span { border-color: #12FCCD; }
span { border-color: rgb(18,252,205); }
td.TdClassName
{
border-color: #12FCCD;
}
.TagClassName
{
border-color: #12FCCD;
}
</style>