Shades of Turquoise #3BEFBE
Tints of Turquoise #3BEFBE
RGB
CMYK
RGB Variations
Color information
#3BEFBE (or 0x3BEFBE) is known color: Turquoise. HEX triplet: 3B, EF and BE. RGB value is (59,239,190). Sum of RGB (Red+Green+Blue) = 59+239+190=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFBE is #C41041. Grayscale: #B3B3B3. Windows color (decimal): -12849218 or 12513083. OLE color: 12513083.
HSL color Cylindrical-coordinate representation of color #3BEFBE: hue angle of 163.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFBE is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 190 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.06 |
| HSL | 163.67º | 0.85% | 0.58% | - |
| HSV(B) | 163.67º | 0.75% | 0.94% | - |
| XYZ | 41.96 | 66.38 | 59.32 | - |
| YUV | 179.59 | 133.87 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 190 | 0.75 | 0 | 0.21 | 0.06 | 163.67 | 0.85 | 0.58 |
| Hex | 3B | EF | BE | 4B | 0 | 15 | 6 | A4 | 55 | 3A |
| Octal | 73 | 357 | 276 | 113 | 0 | 25 | 6 | 244 | 125 | 72 |
| Binary | 111011 | 11101111 | 10111110 | 1001011 | 0 | 10101 | 110 | 10100100 | 1010101 | 111010 |
Color Harmonies of #3BEFBE
Complementary color
Monochromatic Colors of #3BEFBE
Black with #3BEFBE
Text Example
Text Example
White with #3BEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFBE; }
p { color: rgb(59,239,190); }
H1.HeaderClassName
{
color: #3BEFBE;
}
.AnyTagClassName
{
color: #3BEFBE;
}
</style>
background-color css
<style>
a { background-color: #3BEFBE; }
a { background-color: rgb(59,239,190); }
div.DivClassName
{
background-color: #3BEFBE;
}
.BgClassName
{
background-color: #3BEFBE;
}
</style>
border-color css
<style>
span { border-color: #3BEFBE; }
span { border-color: rgb(59,239,190); }
td.TdClassName
{
border-color: #3BEFBE;
}
.TagClassName
{
border-color: #3BEFBE;
}
</style>