Shades of Turquoise #3CFCDA
Tints of Turquoise #3CFCDA
RGB
CMYK
RGB Variations
Color information
#3CFCDA (or 0x3CFCDA) is known color: Turquoise. HEX triplet: 3C, FC and DA. RGB value is (60,252,218). Sum of RGB (Red+Green+Blue) = 60+252+218=530 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.32% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCDA is #C30325. Grayscale: #BEBEBE. Windows color (decimal): -12780326 or 14351420. OLE color: 14351420.
HSL color Cylindrical-coordinate representation of color #3CFCDA: hue angle of 169.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCDA is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 218 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.01 |
| HSL | 169.38º | 0.97% | 0.61% | - |
| HSV(B) | 169.38º | 0.76% | 0.99% | - |
| XYZ | 49.33 | 75.64 | 78.33 | - |
| YUV | 190.72 | 143.39 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 218 | 0.76 | 0 | 0.13 | 0.01 | 169.38 | 0.97 | 0.61 |
| Hex | 3C | FC | DA | 4C | 0 | D | 1 | A9 | 61 | 3D |
| Octal | 74 | 374 | 332 | 114 | 0 | 15 | 1 | 251 | 141 | 75 |
| Binary | 111100 | 11111100 | 11011010 | 1001100 | 0 | 1101 | 1 | 10101001 | 1100001 | 111101 |
Color Harmonies of #3CFCDA
Complementary color
Monochromatic Colors of #3CFCDA
Black with #3CFCDA
Text Example
Text Example
White with #3CFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCDA; }
p { color: rgb(60,252,218); }
H1.HeaderClassName
{
color: #3CFCDA;
}
.AnyTagClassName
{
color: #3CFCDA;
}
</style>
background-color css
<style>
a { background-color: #3CFCDA; }
a { background-color: rgb(60,252,218); }
div.DivClassName
{
background-color: #3CFCDA;
}
.BgClassName
{
background-color: #3CFCDA;
}
</style>
border-color css
<style>
span { border-color: #3CFCDA; }
span { border-color: rgb(60,252,218); }
td.TdClassName
{
border-color: #3CFCDA;
}
.TagClassName
{
border-color: #3CFCDA;
}
</style>