Shades of Turquoise #3BDFB5
Tints of Turquoise #3BDFB5
RGB
CMYK
RGB Variations
Color information
#3BDFB5 (or 0x3BDFB5) is known color: Turquoise. HEX triplet: 3B, DF and B5. RGB value is (59,223,181). Sum of RGB (Red+Green+Blue) = 59+223+181=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFB5 is #C4204A. Grayscale: #A9A9A9. Windows color (decimal): -12853323 or 11919163. OLE color: 11919163.
HSL color Cylindrical-coordinate representation of color #3BDFB5: hue angle of 164.63º 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 #3BDFB5 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 181 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.13 |
| HSL | 164.63º | 0.72% | 0.55% | - |
| HSV(B) | 164.63º | 0.74% | 0.87% | - |
| XYZ | 36.53 | 57.04 | 52.8 | - |
| YUV | 169.18 | 134.67 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 181 | 0.74 | 0 | 0.19 | 0.13 | 164.63 | 0.72 | 0.55 |
| Hex | 3B | DF | B5 | 4A | 0 | 13 | D | A5 | 48 | 37 |
| Octal | 73 | 337 | 265 | 112 | 0 | 23 | 15 | 245 | 110 | 67 |
| Binary | 111011 | 11011111 | 10110101 | 1001010 | 0 | 10011 | 1101 | 10100101 | 1001000 | 110111 |
Color Harmonies of #3BDFB5
Complementary color
Monochromatic Colors of #3BDFB5
Black with #3BDFB5
Text Example
Text Example
White with #3BDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFB5; }
p { color: rgb(59,223,181); }
H1.HeaderClassName
{
color: #3BDFB5;
}
.AnyTagClassName
{
color: #3BDFB5;
}
</style>
background-color css
<style>
a { background-color: #3BDFB5; }
a { background-color: rgb(59,223,181); }
div.DivClassName
{
background-color: #3BDFB5;
}
.BgClassName
{
background-color: #3BDFB5;
}
</style>
border-color css
<style>
span { border-color: #3BDFB5; }
span { border-color: rgb(59,223,181); }
td.TdClassName
{
border-color: #3BDFB5;
}
.TagClassName
{
border-color: #3BDFB5;
}
</style>