Shades of Turquoise #3CF2DA
Tints of Turquoise #3CF2DA
RGB
CMYK
RGB Variations
Color information
#3CF2DA (or 0x3CF2DA) is known color: Turquoise. HEX triplet: 3C, F2 and DA. RGB value is (60,242,218). Sum of RGB (Red+Green+Blue) = 60+242+218=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2DA is #C30D25. Grayscale: #B8B8B8. Windows color (decimal): -12782886 or 14348860. OLE color: 14348860.
HSL color Cylindrical-coordinate representation of color #3CF2DA: hue angle of 172.09º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF2DA is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 218 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.05 |
| HSL | 172.09º | 0.88% | 0.59% | - |
| HSV(B) | 172.09º | 0.75% | 0.95% | - |
| XYZ | 46.27 | 69.53 | 77.31 | - |
| YUV | 184.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 218 | 0.75 | 0 | 0.10 | 0.05 | 172.09 | 0.88 | 0.59 |
| Hex | 3C | F2 | DA | 4B | 0 | A | 5 | AC | 58 | 3B |
| Octal | 74 | 362 | 332 | 113 | 0 | 12 | 5 | 254 | 130 | 73 |
| Binary | 111100 | 11110010 | 11011010 | 1001011 | 0 | 1010 | 101 | 10101100 | 1011000 | 111011 |
Color Harmonies of #3CF2DA
Complementary color
Monochromatic Colors of #3CF2DA
Black with #3CF2DA
Text Example
Text Example
White with #3CF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2DA; }
p { color: rgb(60,242,218); }
H1.HeaderClassName
{
color: #3CF2DA;
}
.AnyTagClassName
{
color: #3CF2DA;
}
</style>
background-color css
<style>
a { background-color: #3CF2DA; }
a { background-color: rgb(60,242,218); }
div.DivClassName
{
background-color: #3CF2DA;
}
.BgClassName
{
background-color: #3CF2DA;
}
</style>
border-color css
<style>
span { border-color: #3CF2DA; }
span { border-color: rgb(60,242,218); }
td.TdClassName
{
border-color: #3CF2DA;
}
.TagClassName
{
border-color: #3CF2DA;
}
</style>