Shades of Turquoise #3BFDDF
Tints of Turquoise #3BFDDF
RGB
CMYK
RGB Variations
Color information
#3BFDDF (or 0x3BFDDF) is known color: Turquoise. HEX triplet: 3B, FD and DF. RGB value is (59,253,223). Sum of RGB (Red+Green+Blue) = 59+253+223=535 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.03% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDDF is #C40220. Grayscale: #BFBFBF. Windows color (decimal): -12845601 or 14679355. OLE color: 14679355.
HSL color Cylindrical-coordinate representation of color #3BFDDF: hue angle of 170.72º 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 #3BFDDF is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 223 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.01 |
| HSL | 170.72º | 0.98% | 0.61% | - |
| HSV(B) | 170.72º | 0.77% | 0.99% | - |
| XYZ | 50.25 | 76.51 | 81.93 | - |
| YUV | 191.57 | 145.73 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 223 | 0.77 | 0 | 0.12 | 0.01 | 170.72 | 0.98 | 0.61 |
| Hex | 3B | FD | DF | 4D | 0 | C | 1 | AB | 62 | 3D |
| Octal | 73 | 375 | 337 | 115 | 0 | 14 | 1 | 253 | 142 | 75 |
| Binary | 111011 | 11111101 | 11011111 | 1001101 | 0 | 1100 | 1 | 10101011 | 1100010 | 111101 |
Color Harmonies of #3BFDDF
Complementary color
Monochromatic Colors of #3BFDDF
Black with #3BFDDF
Text Example
Text Example
White with #3BFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDDF; }
p { color: rgb(59,253,223); }
H1.HeaderClassName
{
color: #3BFDDF;
}
.AnyTagClassName
{
color: #3BFDDF;
}
</style>
background-color css
<style>
a { background-color: #3BFDDF; }
a { background-color: rgb(59,253,223); }
div.DivClassName
{
background-color: #3BFDDF;
}
.BgClassName
{
background-color: #3BFDDF;
}
</style>
border-color css
<style>
span { border-color: #3BFDDF; }
span { border-color: rgb(59,253,223); }
td.TdClassName
{
border-color: #3BFDDF;
}
.TagClassName
{
border-color: #3BFDDF;
}
</style>