Shades of Turquoise #3BFFB5
Tints of Turquoise #3BFFB5
RGB
CMYK
RGB Variations
Color information
#3BFFB5 (or 0x3BFFB5) is known color: Turquoise. HEX triplet: 3B, FF and B5. RGB value is (59,255,181). Sum of RGB (Red+Green+Blue) = 59+255+181=495 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.92% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFB5 is #C4004A. Grayscale: #BCBCBC. Windows color (decimal): -12845131 or 11927355. OLE color: 11927355.
HSL color Cylindrical-coordinate representation of color #3BFFB5: hue angle of 157.35º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFB5 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 181 | - |
| CMYK | 0.77 | 0 | 0.29 | 0 |
| HSL | 157.35º | 1% | 0.62% | - |
| HSV(B) | 157.35º | 0.77% | 1% | - |
| XYZ | 45.9 | 75.79 | 55.92 | - |
| YUV | 187.96 | 124.07 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 181 | 0.77 | 0 | 0.29 | 0 | 157.35 | 1 | 0.62 |
| Hex | 3B | FF | B5 | 4D | 0 | 1D | 0 | 9D | 64 | 3E |
| Octal | 73 | 377 | 265 | 115 | 0 | 35 | 0 | 235 | 144 | 76 |
| Binary | 111011 | 11111111 | 10110101 | 1001101 | 0 | 11101 | 0 | 10011101 | 1100100 | 111110 |
Color Harmonies of #3BFFB5
Complementary color
Monochromatic Colors of #3BFFB5
Black with #3BFFB5
Text Example
Text Example
White with #3BFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFB5; }
p { color: rgb(59,255,181); }
H1.HeaderClassName
{
color: #3BFFB5;
}
.AnyTagClassName
{
color: #3BFFB5;
}
</style>
background-color css
<style>
a { background-color: #3BFFB5; }
a { background-color: rgb(59,255,181); }
div.DivClassName
{
background-color: #3BFFB5;
}
.BgClassName
{
background-color: #3BFFB5;
}
</style>
border-color css
<style>
span { border-color: #3BFFB5; }
span { border-color: rgb(59,255,181); }
td.TdClassName
{
border-color: #3BFFB5;
}
.TagClassName
{
border-color: #3BFFB5;
}
</style>