Shades of Turquoise #3CF8E2
Tints of Turquoise #3CF8E2
RGB
CMYK
RGB Variations
Color information
#3CF8E2 (or 0x3CF8E2) is known color: Turquoise. HEX triplet: 3C, F8 and E2. RGB value is (60,248,226). Sum of RGB (Red+Green+Blue) = 60+248+226=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF8E2 is #C3071D. Grayscale: #BDBDBD. Windows color (decimal): -12781342 or 14874684. OLE color: 14874684.
HSL color Cylindrical-coordinate representation of color #3CF8E2: hue angle of 172.98º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF8E2 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 226 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.03 |
| HSL | 172.98º | 0.93% | 0.6% | - |
| HSV(B) | 172.98º | 0.76% | 0.97% | - |
| XYZ | 49.16 | 73.59 | 83.56 | - |
| YUV | 189.28 | 148.72 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 226 | 0.76 | 0 | 0.09 | 0.03 | 172.98 | 0.93 | 0.6 |
| Hex | 3C | F8 | E2 | 4C | 0 | 9 | 3 | AD | 5D | 3C |
| Octal | 74 | 370 | 342 | 114 | 0 | 11 | 3 | 255 | 135 | 74 |
| Binary | 111100 | 11111000 | 11100010 | 1001100 | 0 | 1001 | 11 | 10101101 | 1011101 | 111100 |
Color Harmonies of #3CF8E2
Complementary color
Monochromatic Colors of #3CF8E2
Black with #3CF8E2
Text Example
Text Example
White with #3CF8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8E2; }
p { color: rgb(60,248,226); }
H1.HeaderClassName
{
color: #3CF8E2;
}
.AnyTagClassName
{
color: #3CF8E2;
}
</style>
background-color css
<style>
a { background-color: #3CF8E2; }
a { background-color: rgb(60,248,226); }
div.DivClassName
{
background-color: #3CF8E2;
}
.BgClassName
{
background-color: #3CF8E2;
}
</style>
border-color css
<style>
span { border-color: #3CF8E2; }
span { border-color: rgb(60,248,226); }
td.TdClassName
{
border-color: #3CF8E2;
}
.TagClassName
{
border-color: #3CF8E2;
}
</style>