Shades of Turquoise #3BFDEC
Tints of Turquoise #3BFDEC
RGB
CMYK
RGB Variations
Color information
#3BFDEC (or 0x3BFDEC) is known color: Turquoise. HEX triplet: 3B, FD and EC. RGB value is (59,253,236). Sum of RGB (Red+Green+Blue) = 59+253+236=548 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.77% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFDEC is #C40213. Grayscale: #C0C0C0. Windows color (decimal): -12845588 or 15531323. OLE color: 15531323.
HSL color Cylindrical-coordinate representation of color #3BFDEC: hue angle of 174.74º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFDEC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 236 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.01 |
| HSL | 174.74º | 0.98% | 0.61% | - |
| HSV(B) | 174.74º | 0.77% | 0.99% | - |
| XYZ | 52.07 | 77.24 | 91.52 | - |
| YUV | 193.06 | 152.23 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 236 | 0.77 | 0 | 0.07 | 0.01 | 174.74 | 0.98 | 0.61 |
| Hex | 3B | FD | EC | 4D | 0 | 7 | 1 | AF | 62 | 3D |
| Octal | 73 | 375 | 354 | 115 | 0 | 7 | 1 | 257 | 142 | 75 |
| Binary | 111011 | 11111101 | 11101100 | 1001101 | 0 | 111 | 1 | 10101111 | 1100010 | 111101 |
Color Harmonies of #3BFDEC
Complementary color
Monochromatic Colors of #3BFDEC
Black with #3BFDEC
Text Example
Text Example
White with #3BFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDEC; }
p { color: rgb(59,253,236); }
H1.HeaderClassName
{
color: #3BFDEC;
}
.AnyTagClassName
{
color: #3BFDEC;
}
</style>
background-color css
<style>
a { background-color: #3BFDEC; }
a { background-color: rgb(59,253,236); }
div.DivClassName
{
background-color: #3BFDEC;
}
.BgClassName
{
background-color: #3BFDEC;
}
</style>
border-color css
<style>
span { border-color: #3BFDEC; }
span { border-color: rgb(59,253,236); }
td.TdClassName
{
border-color: #3BFDEC;
}
.TagClassName
{
border-color: #3BFDEC;
}
</style>