Shades of Turquoise #3DFCC0
Tints of Turquoise #3DFCC0
RGB
CMYK
RGB Variations
Color information
#3DFCC0 (or 0x3DFCC0) is known color: Turquoise. HEX triplet: 3D, FC and C0. RGB value is (61,252,192). Sum of RGB (Red+Green+Blue) = 61+252+192=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFCC0 is #C2033F. Grayscale: #BCBCBC. Windows color (decimal): -12714816 or 12647485. OLE color: 12647485.
HSL color Cylindrical-coordinate representation of color #3DFCC0: hue angle of 161.15º 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 #3DFCC0 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 192 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.01 |
| HSL | 161.15º | 0.97% | 0.61% | - |
| HSV(B) | 161.15º | 0.76% | 0.99% | - |
| XYZ | 46.25 | 74.42 | 61.8 | - |
| YUV | 188.05 | 130.22 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 192 | 0.76 | 0 | 0.24 | 0.01 | 161.15 | 0.97 | 0.61 |
| Hex | 3D | FC | C0 | 4C | 0 | 18 | 1 | A1 | 61 | 3D |
| Octal | 75 | 374 | 300 | 114 | 0 | 30 | 1 | 241 | 141 | 75 |
| Binary | 111101 | 11111100 | 11000000 | 1001100 | 0 | 11000 | 1 | 10100001 | 1100001 | 111101 |
Color Harmonies of #3DFCC0
Complementary color
Monochromatic Colors of #3DFCC0
Black with #3DFCC0
Text Example
Text Example
White with #3DFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFCC0; }
p { color: rgb(61,252,192); }
H1.HeaderClassName
{
color: #3DFCC0;
}
.AnyTagClassName
{
color: #3DFCC0;
}
</style>
background-color css
<style>
a { background-color: #3DFCC0; }
a { background-color: rgb(61,252,192); }
div.DivClassName
{
background-color: #3DFCC0;
}
.BgClassName
{
background-color: #3DFCC0;
}
</style>
border-color css
<style>
span { border-color: #3DFCC0; }
span { border-color: rgb(61,252,192); }
td.TdClassName
{
border-color: #3DFCC0;
}
.TagClassName
{
border-color: #3DFCC0;
}
</style>