Shades of Turquoise #3BDFBE
Tints of Turquoise #3BDFBE
RGB
CMYK
RGB Variations
Color information
#3BDFBE (or 0x3BDFBE) is known color: Turquoise. HEX triplet: 3B, DF and BE. RGB value is (59,223,190). Sum of RGB (Red+Green+Blue) = 59+223+190=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFBE is #C42041. Grayscale: #AAAAAA. Windows color (decimal): -12853314 or 12508987. OLE color: 12508987.
HSL color Cylindrical-coordinate representation of color #3BDFBE: hue angle of 167.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFBE is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 190 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.13 |
| HSL | 167.93º | 0.72% | 0.55% | - |
| HSV(B) | 167.93º | 0.74% | 0.87% | - |
| XYZ | 37.49 | 57.42 | 57.82 | - |
| YUV | 170.2 | 139.17 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 190 | 0.74 | 0 | 0.15 | 0.13 | 167.93 | 0.72 | 0.55 |
| Hex | 3B | DF | BE | 4A | 0 | F | D | A8 | 48 | 37 |
| Octal | 73 | 337 | 276 | 112 | 0 | 17 | 15 | 250 | 110 | 67 |
| Binary | 111011 | 11011111 | 10111110 | 1001010 | 0 | 1111 | 1101 | 10101000 | 1001000 | 110111 |
Color Harmonies of #3BDFBE
Complementary color
Monochromatic Colors of #3BDFBE
Black with #3BDFBE
Text Example
Text Example
White with #3BDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFBE; }
p { color: rgb(59,223,190); }
H1.HeaderClassName
{
color: #3BDFBE;
}
.AnyTagClassName
{
color: #3BDFBE;
}
</style>
background-color css
<style>
a { background-color: #3BDFBE; }
a { background-color: rgb(59,223,190); }
div.DivClassName
{
background-color: #3BDFBE;
}
.BgClassName
{
background-color: #3BDFBE;
}
</style>
border-color css
<style>
span { border-color: #3BDFBE; }
span { border-color: rgb(59,223,190); }
td.TdClassName
{
border-color: #3BDFBE;
}
.TagClassName
{
border-color: #3BDFBE;
}
</style>