Shades of Turquoise #3CF7DA
Tints of Turquoise #3CF7DA
RGB
CMYK
RGB Variations
Color information
#3CF7DA (or 0x3CF7DA) is known color: Turquoise. HEX triplet: 3C, F7 and DA. RGB value is (60,247,218). Sum of RGB (Red+Green+Blue) = 60+247+218=525 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.43% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF7DA is #C30825. Grayscale: #BBBBBB. Windows color (decimal): -12781606 or 14350140. OLE color: 14350140.
HSL color Cylindrical-coordinate representation of color #3CF7DA: hue angle of 170.7º degrees, saturation: 0.92, 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 #3CF7DA is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 218 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.03 |
| HSL | 170.7º | 0.92% | 0.6% | - |
| HSV(B) | 170.7º | 0.76% | 0.97% | - |
| XYZ | 47.78 | 72.54 | 77.81 | - |
| YUV | 187.78 | 145.05 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 218 | 0.76 | 0 | 0.12 | 0.03 | 170.7 | 0.92 | 0.6 |
| Hex | 3C | F7 | DA | 4C | 0 | C | 3 | AB | 5C | 3C |
| Octal | 74 | 367 | 332 | 114 | 0 | 14 | 3 | 253 | 134 | 74 |
| Binary | 111100 | 11110111 | 11011010 | 1001100 | 0 | 1100 | 11 | 10101011 | 1011100 | 111100 |
Color Harmonies of #3CF7DA
Complementary color
Monochromatic Colors of #3CF7DA
Black with #3CF7DA
Text Example
Text Example
White with #3CF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF7DA; }
p { color: rgb(60,247,218); }
H1.HeaderClassName
{
color: #3CF7DA;
}
.AnyTagClassName
{
color: #3CF7DA;
}
</style>
background-color css
<style>
a { background-color: #3CF7DA; }
a { background-color: rgb(60,247,218); }
div.DivClassName
{
background-color: #3CF7DA;
}
.BgClassName
{
background-color: #3CF7DA;
}
</style>
border-color css
<style>
span { border-color: #3CF7DA; }
span { border-color: rgb(60,247,218); }
td.TdClassName
{
border-color: #3CF7DA;
}
.TagClassName
{
border-color: #3CF7DA;
}
</style>