Shades of Turquoise #3BDFB7
Tints of Turquoise #3BDFB7
RGB
CMYK
RGB Variations
Color information
#3BDFB7 (or 0x3BDFB7) is known color: Turquoise. HEX triplet: 3B, DF and B7. RGB value is (59,223,183). Sum of RGB (Red+Green+Blue) = 59+223+183=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFB7 is #C42048. Grayscale: #A9A9A9. Windows color (decimal): -12853321 or 12050235. OLE color: 12050235.
HSL color Cylindrical-coordinate representation of color #3BDFB7: hue angle of 165.37º 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 #3BDFB7 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 183 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.13 |
| HSL | 165.37º | 0.72% | 0.55% | - |
| HSV(B) | 165.37º | 0.74% | 0.87% | - |
| XYZ | 36.74 | 57.12 | 53.89 | - |
| YUV | 169.4 | 135.67 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 183 | 0.74 | 0 | 0.18 | 0.13 | 165.37 | 0.72 | 0.55 |
| Hex | 3B | DF | B7 | 4A | 0 | 12 | D | A5 | 48 | 37 |
| Octal | 73 | 337 | 267 | 112 | 0 | 22 | 15 | 245 | 110 | 67 |
| Binary | 111011 | 11011111 | 10110111 | 1001010 | 0 | 10010 | 1101 | 10100101 | 1001000 | 110111 |
Color Harmonies of #3BDFB7
Complementary color
Monochromatic Colors of #3BDFB7
Black with #3BDFB7
Text Example
Text Example
White with #3BDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFB7; }
p { color: rgb(59,223,183); }
H1.HeaderClassName
{
color: #3BDFB7;
}
.AnyTagClassName
{
color: #3BDFB7;
}
</style>
background-color css
<style>
a { background-color: #3BDFB7; }
a { background-color: rgb(59,223,183); }
div.DivClassName
{
background-color: #3BDFB7;
}
.BgClassName
{
background-color: #3BDFB7;
}
</style>
border-color css
<style>
span { border-color: #3BDFB7; }
span { border-color: rgb(59,223,183); }
td.TdClassName
{
border-color: #3BDFB7;
}
.TagClassName
{
border-color: #3BDFB7;
}
</style>