Shades of Turquoise #3DECFC
Tints of Turquoise #3DECFC
RGB
CMYK
RGB Variations
Color information
#3DECFC (or 0x3DECFC) is known color: Turquoise. HEX triplet: 3D, EC and FC. RGB value is (61,236,252). Sum of RGB (Red+Green+Blue) = 61+236+252=549 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.11% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DECFC is #C21303. Grayscale: #B9B9B9. Windows color (decimal): -12718852 or 16575549. OLE color: 16575549.
HSL color Cylindrical-coordinate representation of color #3DECFC: hue angle of 185.03º 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 #3DECFC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 236 | 252 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.01 |
| HSL | 185.03º | 0.97% | 0.61% | - |
| HSV(B) | 185.03º | 0.76% | 0.99% | - |
| XYZ | 49.49 | 68.01 | 102.61 | - |
| YUV | 185.5 | 165.52 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 252 | 0.76 | 0.06 | 0 | 0.01 | 185.03 | 0.97 | 0.61 |
| Hex | 3D | EC | FC | 4C | 6 | 0 | 1 | B9 | 61 | 3D |
| Octal | 75 | 354 | 374 | 114 | 6 | 0 | 1 | 271 | 141 | 75 |
| Binary | 111101 | 11101100 | 11111100 | 1001100 | 110 | 0 | 1 | 10111001 | 1100001 | 111101 |
Color Harmonies of #3DECFC
Complementary color
Monochromatic Colors of #3DECFC
Black with #3DECFC
Text Example
Text Example
White with #3DECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECFC; }
p { color: rgb(61,236,252); }
H1.HeaderClassName
{
color: #3DECFC;
}
.AnyTagClassName
{
color: #3DECFC;
}
</style>
background-color css
<style>
a { background-color: #3DECFC; }
a { background-color: rgb(61,236,252); }
div.DivClassName
{
background-color: #3DECFC;
}
.BgClassName
{
background-color: #3DECFC;
}
</style>
border-color css
<style>
span { border-color: #3DECFC; }
span { border-color: rgb(61,236,252); }
td.TdClassName
{
border-color: #3DECFC;
}
.TagClassName
{
border-color: #3DECFC;
}
</style>