Shades of Bright Turquoise #12F3D3
Tints of Bright Turquoise #12F3D3
RGB
CMYK
RGB Variations
Color information
#12F3D3 (or 0x12F3D3) is known color: Bright Turquoise. HEX triplet: 12, F3 and D3. RGB value is (18,243,211). Sum of RGB (Red+Green+Blue) = 18+243+211=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #12F3D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F3D3 is #ED0C2C. Grayscale: #ABABAB. Windows color (decimal): -15535149 or 13890322. OLE color: 13890322.
HSL color Cylindrical-coordinate representation of color #12F3D3: hue angle of 171.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F3D3 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 211 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.05 |
| HSL | 171.47º | 0.9% | 0.51% | - |
| HSV(B) | 171.47º | 0.93% | 0.95% | - |
| XYZ | 44.06 | 68.93 | 72.61 | - |
| YUV | 172.08 | 149.96 | 18.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 211 | 0.93 | 0 | 0.13 | 0.05 | 171.47 | 0.9 | 0.51 |
| Hex | 12 | F3 | D3 | 5D | 0 | D | 5 | AB | 5A | 33 |
| Octal | 22 | 363 | 323 | 135 | 0 | 15 | 5 | 253 | 132 | 63 |
| Binary | 10010 | 11110011 | 11010011 | 1011101 | 0 | 1101 | 101 | 10101011 | 1011010 | 110011 |
Color Harmonies of #12F3D3
Complementary color
Monochromatic Colors of #12F3D3
Black with #12F3D3
Text Example
Text Example
White with #12F3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F3D3; }
p { color: rgb(18,243,211); }
H1.HeaderClassName
{
color: #12F3D3;
}
.AnyTagClassName
{
color: #12F3D3;
}
</style>
background-color css
<style>
a { background-color: #12F3D3; }
a { background-color: rgb(18,243,211); }
div.DivClassName
{
background-color: #12F3D3;
}
.BgClassName
{
background-color: #12F3D3;
}
</style>
border-color css
<style>
span { border-color: #12F3D3; }
span { border-color: rgb(18,243,211); }
td.TdClassName
{
border-color: #12F3D3;
}
.TagClassName
{
border-color: #12F3D3;
}
</style>