Shades of Turquoise #3CF4EA
Tints of Turquoise #3CF4EA
RGB
CMYK
RGB Variations
Color information
#3CF4EA (or 0x3CF4EA) is known color: Turquoise. HEX triplet: 3C, F4 and EA. RGB value is (60,244,234). Sum of RGB (Red+Green+Blue) = 60+244+234=538 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.15% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF4EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF4EA is #C30B15. Grayscale: #BBBBBB. Windows color (decimal): -12782358 or 15397948. OLE color: 15397948.
HSL color Cylindrical-coordinate representation of color #3CF4EA: hue angle of 176.74º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF4EA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 234 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.04 |
| HSL | 176.74º | 0.89% | 0.6% | - |
| HSV(B) | 176.74º | 0.75% | 0.96% | - |
| XYZ | 49.07 | 71.6 | 89.08 | - |
| YUV | 187.84 | 154.04 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 234 | 0.75 | 0 | 0.04 | 0.04 | 176.74 | 0.89 | 0.6 |
| Hex | 3C | F4 | EA | 4B | 0 | 4 | 4 | B1 | 59 | 3C |
| Octal | 74 | 364 | 352 | 113 | 0 | 4 | 4 | 261 | 131 | 74 |
| Binary | 111100 | 11110100 | 11101010 | 1001011 | 0 | 100 | 100 | 10110001 | 1011001 | 111100 |
Color Harmonies of #3CF4EA
Complementary color
Monochromatic Colors of #3CF4EA
Black with #3CF4EA
Text Example
Text Example
White with #3CF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF4EA; }
p { color: rgb(60,244,234); }
H1.HeaderClassName
{
color: #3CF4EA;
}
.AnyTagClassName
{
color: #3CF4EA;
}
</style>
background-color css
<style>
a { background-color: #3CF4EA; }
a { background-color: rgb(60,244,234); }
div.DivClassName
{
background-color: #3CF4EA;
}
.BgClassName
{
background-color: #3CF4EA;
}
</style>
border-color css
<style>
span { border-color: #3CF4EA; }
span { border-color: rgb(60,244,234); }
td.TdClassName
{
border-color: #3CF4EA;
}
.TagClassName
{
border-color: #3CF4EA;
}
</style>