Shades of Turquoise #3CFBDA
Tints of Turquoise #3CFBDA
RGB
CMYK
RGB Variations
Color information
#3CFBDA (or 0x3CFBDA) is known color: Turquoise. HEX triplet: 3C, FB and DA. RGB value is (60,251,218). Sum of RGB (Red+Green+Blue) = 60+251+218=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBDA is #C30425. Grayscale: #BEBEBE. Windows color (decimal): -12780582 or 14351164. OLE color: 14351164.
HSL color Cylindrical-coordinate representation of color #3CFBDA: hue angle of 169.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFBDA is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 218 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.02 |
| HSL | 169.63º | 0.96% | 0.61% | - |
| HSV(B) | 169.63º | 0.76% | 0.98% | - |
| XYZ | 49.02 | 75.02 | 78.23 | - |
| YUV | 190.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 218 | 0.76 | 0 | 0.13 | 0.02 | 169.63 | 0.96 | 0.61 |
| Hex | 3C | FB | DA | 4C | 0 | D | 2 | AA | 60 | 3D |
| Octal | 74 | 373 | 332 | 114 | 0 | 15 | 2 | 252 | 140 | 75 |
| Binary | 111100 | 11111011 | 11011010 | 1001100 | 0 | 1101 | 10 | 10101010 | 1100000 | 111101 |
Color Harmonies of #3CFBDA
Complementary color
Monochromatic Colors of #3CFBDA
Black with #3CFBDA
Text Example
Text Example
White with #3CFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBDA; }
p { color: rgb(60,251,218); }
H1.HeaderClassName
{
color: #3CFBDA;
}
.AnyTagClassName
{
color: #3CFBDA;
}
</style>
background-color css
<style>
a { background-color: #3CFBDA; }
a { background-color: rgb(60,251,218); }
div.DivClassName
{
background-color: #3CFBDA;
}
.BgClassName
{
background-color: #3CFBDA;
}
</style>
border-color css
<style>
span { border-color: #3CFBDA; }
span { border-color: rgb(60,251,218); }
td.TdClassName
{
border-color: #3CFBDA;
}
.TagClassName
{
border-color: #3CFBDA;
}
</style>