Shades of Turquoise #3BFDFA
Tints of Turquoise #3BFDFA
RGB
CMYK
RGB Variations
Color information
#3BFDFA (or 0x3BFDFA) is known color: Turquoise. HEX triplet: 3B, FD and FA. RGB value is (59,253,250). Sum of RGB (Red+Green+Blue) = 59+253+250=562 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.50% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFDFA is #C40205. Grayscale: #C2C2C2. Windows color (decimal): -12845574 or 16448827. OLE color: 16448827.
HSL color Cylindrical-coordinate representation of color #3BFDFA: hue angle of 179.07º 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 #3BFDFA is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 250 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.01 |
| HSL | 179.07º | 0.98% | 0.61% | - |
| HSV(B) | 179.07º | 0.77% | 0.99% | - |
| XYZ | 54.18 | 78.08 | 102.66 | - |
| YUV | 194.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 250 | 0.77 | 0 | 0.01 | 0.01 | 179.07 | 0.98 | 0.61 |
| Hex | 3B | FD | FA | 4D | 0 | 1 | 1 | B3 | 62 | 3D |
| Octal | 73 | 375 | 372 | 115 | 0 | 1 | 1 | 263 | 142 | 75 |
| Binary | 111011 | 11111101 | 11111010 | 1001101 | 0 | 1 | 1 | 10110011 | 1100010 | 111101 |
Color Harmonies of #3BFDFA
Complementary color
Monochromatic Colors of #3BFDFA
Black with #3BFDFA
Text Example
Text Example
White with #3BFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDFA; }
p { color: rgb(59,253,250); }
H1.HeaderClassName
{
color: #3BFDFA;
}
.AnyTagClassName
{
color: #3BFDFA;
}
</style>
background-color css
<style>
a { background-color: #3BFDFA; }
a { background-color: rgb(59,253,250); }
div.DivClassName
{
background-color: #3BFDFA;
}
.BgClassName
{
background-color: #3BFDFA;
}
</style>
border-color css
<style>
span { border-color: #3BFDFA; }
span { border-color: rgb(59,253,250); }
td.TdClassName
{
border-color: #3BFDFA;
}
.TagClassName
{
border-color: #3BFDFA;
}
</style>