Shades of Turquoise #3CF8CA
Tints of Turquoise #3CF8CA
RGB
CMYK
RGB Variations
Color information
#3CF8CA (or 0x3CF8CA) is known color: Turquoise. HEX triplet: 3C, F8 and CA. RGB value is (60,248,202). Sum of RGB (Red+Green+Blue) = 60+248+202=510 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.76% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF8CA is #C30735. Grayscale: #BABABA. Windows color (decimal): -12781366 or 13301820. OLE color: 13301820.
HSL color Cylindrical-coordinate representation of color #3CF8CA: hue angle of 165.32º 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 #3CF8CA is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 202 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.03 |
| HSL | 165.32º | 0.93% | 0.6% | - |
| HSV(B) | 165.32º | 0.76% | 0.97% | - |
| XYZ | 46.09 | 72.36 | 67.41 | - |
| YUV | 186.54 | 136.72 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 202 | 0.76 | 0 | 0.19 | 0.03 | 165.32 | 0.93 | 0.6 |
| Hex | 3C | F8 | CA | 4C | 0 | 13 | 3 | A5 | 5D | 3C |
| Octal | 74 | 370 | 312 | 114 | 0 | 23 | 3 | 245 | 135 | 74 |
| Binary | 111100 | 11111000 | 11001010 | 1001100 | 0 | 10011 | 11 | 10100101 | 1011101 | 111100 |
Color Harmonies of #3CF8CA
Complementary color
Monochromatic Colors of #3CF8CA
Black with #3CF8CA
Text Example
Text Example
White with #3CF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8CA; }
p { color: rgb(60,248,202); }
H1.HeaderClassName
{
color: #3CF8CA;
}
.AnyTagClassName
{
color: #3CF8CA;
}
</style>
background-color css
<style>
a { background-color: #3CF8CA; }
a { background-color: rgb(60,248,202); }
div.DivClassName
{
background-color: #3CF8CA;
}
.BgClassName
{
background-color: #3CF8CA;
}
</style>
border-color css
<style>
span { border-color: #3CF8CA; }
span { border-color: rgb(60,248,202); }
td.TdClassName
{
border-color: #3CF8CA;
}
.TagClassName
{
border-color: #3CF8CA;
}
</style>