Shades of Turquoise #3BDFB9
Tints of Turquoise #3BDFB9
RGB
CMYK
RGB Variations
Color information
#3BDFB9 (or 0x3BDFB9) is known color: Turquoise. HEX triplet: 3B, DF and B9. RGB value is (59,223,185). Sum of RGB (Red+Green+Blue) = 59+223+185=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFB9 is #C42046. Grayscale: #A9A9A9. Windows color (decimal): -12853319 or 12181307. OLE color: 12181307.
HSL color Cylindrical-coordinate representation of color #3BDFB9: hue angle of 166.1º 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 #3BDFB9 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 185 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.13 |
| HSL | 166.1º | 0.72% | 0.55% | - |
| HSV(B) | 166.1º | 0.74% | 0.87% | - |
| XYZ | 36.95 | 57.21 | 54.99 | - |
| YUV | 169.63 | 136.67 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 185 | 0.74 | 0 | 0.17 | 0.13 | 166.1 | 0.72 | 0.55 |
| Hex | 3B | DF | B9 | 4A | 0 | 11 | D | A6 | 48 | 37 |
| Octal | 73 | 337 | 271 | 112 | 0 | 21 | 15 | 246 | 110 | 67 |
| Binary | 111011 | 11011111 | 10111001 | 1001010 | 0 | 10001 | 1101 | 10100110 | 1001000 | 110111 |
Color Harmonies of #3BDFB9
Complementary color
Monochromatic Colors of #3BDFB9
Black with #3BDFB9
Text Example
Text Example
White with #3BDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFB9; }
p { color: rgb(59,223,185); }
H1.HeaderClassName
{
color: #3BDFB9;
}
.AnyTagClassName
{
color: #3BDFB9;
}
</style>
background-color css
<style>
a { background-color: #3BDFB9; }
a { background-color: rgb(59,223,185); }
div.DivClassName
{
background-color: #3BDFB9;
}
.BgClassName
{
background-color: #3BDFB9;
}
</style>
border-color css
<style>
span { border-color: #3BDFB9; }
span { border-color: rgb(59,223,185); }
td.TdClassName
{
border-color: #3BDFB9;
}
.TagClassName
{
border-color: #3BDFB9;
}
</style>