Shades of Turquoise #3CF5CA
Tints of Turquoise #3CF5CA
RGB
CMYK
RGB Variations
Color information
#3CF5CA (or 0x3CF5CA) is known color: Turquoise. HEX triplet: 3C, F5 and CA. RGB value is (60,245,202). Sum of RGB (Red+Green+Blue) = 60+245+202=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF5CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF5CA is #C30A35. Grayscale: #B8B8B8. Windows color (decimal): -12782134 or 13301052. OLE color: 13301052.
HSL color Cylindrical-coordinate representation of color #3CF5CA: hue angle of 166.05º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF5CA is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 202 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.04 |
| HSL | 166.05º | 0.9% | 0.6% | - |
| HSV(B) | 166.05º | 0.76% | 0.96% | - |
| XYZ | 45.18 | 70.53 | 67.11 | - |
| YUV | 184.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 202 | 0.76 | 0 | 0.18 | 0.04 | 166.05 | 0.9 | 0.6 |
| Hex | 3C | F5 | CA | 4C | 0 | 12 | 4 | A6 | 5A | 3C |
| Octal | 74 | 365 | 312 | 114 | 0 | 22 | 4 | 246 | 132 | 74 |
| Binary | 111100 | 11110101 | 11001010 | 1001100 | 0 | 10010 | 100 | 10100110 | 1011010 | 111100 |
Color Harmonies of #3CF5CA
Complementary color
Monochromatic Colors of #3CF5CA
Black with #3CF5CA
Text Example
Text Example
White with #3CF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF5CA; }
p { color: rgb(60,245,202); }
H1.HeaderClassName
{
color: #3CF5CA;
}
.AnyTagClassName
{
color: #3CF5CA;
}
</style>
background-color css
<style>
a { background-color: #3CF5CA; }
a { background-color: rgb(60,245,202); }
div.DivClassName
{
background-color: #3CF5CA;
}
.BgClassName
{
background-color: #3CF5CA;
}
</style>
border-color css
<style>
span { border-color: #3CF5CA; }
span { border-color: rgb(60,245,202); }
td.TdClassName
{
border-color: #3CF5CA;
}
.TagClassName
{
border-color: #3CF5CA;
}
</style>