Shades of Bright Turquoise #12F1CC
Tints of Bright Turquoise #12F1CC
RGB
CMYK
RGB Variations
Color information
#12F1CC (or 0x12F1CC) is known color: Bright Turquoise. HEX triplet: 12, F1 and CC. RGB value is (18,241,204). Sum of RGB (Red+Green+Blue) = 18+241+204=463 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.89% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #12F1CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F1CC is #ED0E33. Grayscale: #AAAAAA. Windows color (decimal): -15535668 or 13431058. OLE color: 13431058.
HSL color Cylindrical-coordinate representation of color #12F1CC: hue angle of 170.04º degrees, saturation: 0.89, 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 #12F1CC is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 204 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.05 |
| HSL | 170.04º | 0.89% | 0.51% | - |
| HSV(B) | 170.04º | 0.93% | 0.95% | - |
| XYZ | 42.6 | 67.4 | 67.89 | - |
| YUV | 170.11 | 147.12 | 19.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 204 | 0.93 | 0 | 0.15 | 0.05 | 170.04 | 0.89 | 0.51 |
| Hex | 12 | F1 | CC | 5D | 0 | F | 5 | AA | 59 | 33 |
| Octal | 22 | 361 | 314 | 135 | 0 | 17 | 5 | 252 | 131 | 63 |
| Binary | 10010 | 11110001 | 11001100 | 1011101 | 0 | 1111 | 101 | 10101010 | 1011001 | 110011 |
Color Harmonies of #12F1CC
Complementary color
Monochromatic Colors of #12F1CC
Black with #12F1CC
Text Example
Text Example
White with #12F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F1CC; }
p { color: rgb(18,241,204); }
H1.HeaderClassName
{
color: #12F1CC;
}
.AnyTagClassName
{
color: #12F1CC;
}
</style>
background-color css
<style>
a { background-color: #12F1CC; }
a { background-color: rgb(18,241,204); }
div.DivClassName
{
background-color: #12F1CC;
}
.BgClassName
{
background-color: #12F1CC;
}
</style>
border-color css
<style>
span { border-color: #12F1CC; }
span { border-color: rgb(18,241,204); }
td.TdClassName
{
border-color: #12F1CC;
}
.TagClassName
{
border-color: #12F1CC;
}
</style>