Shades of Turquoise #3BEFBC
Tints of Turquoise #3BEFBC
RGB
CMYK
RGB Variations
Color information
#3BEFBC (or 0x3BEFBC) is known color: Turquoise. HEX triplet: 3B, EF and BC. RGB value is (59,239,188). Sum of RGB (Red+Green+Blue) = 59+239+188=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFBC is #C41043. Grayscale: #B3B3B3. Windows color (decimal): -12849220 or 12382011. OLE color: 12382011.
HSL color Cylindrical-coordinate representation of color #3BEFBC: hue angle of 163º 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 #3BEFBC is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 188 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.06 |
| HSL | 163º | 0.85% | 0.58% | - |
| HSV(B) | 163º | 0.75% | 0.94% | - |
| XYZ | 41.75 | 66.29 | 58.17 | - |
| YUV | 179.37 | 132.87 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 188 | 0.75 | 0 | 0.21 | 0.06 | 163 | 0.85 | 0.58 |
| Hex | 3B | EF | BC | 4B | 0 | 15 | 6 | A3 | 55 | 3A |
| Octal | 73 | 357 | 274 | 113 | 0 | 25 | 6 | 243 | 125 | 72 |
| Binary | 111011 | 11101111 | 10111100 | 1001011 | 0 | 10101 | 110 | 10100011 | 1010101 | 111010 |
Color Harmonies of #3BEFBC
Complementary color
Monochromatic Colors of #3BEFBC
Black with #3BEFBC
Text Example
Text Example
White with #3BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFBC; }
p { color: rgb(59,239,188); }
H1.HeaderClassName
{
color: #3BEFBC;
}
.AnyTagClassName
{
color: #3BEFBC;
}
</style>
background-color css
<style>
a { background-color: #3BEFBC; }
a { background-color: rgb(59,239,188); }
div.DivClassName
{
background-color: #3BEFBC;
}
.BgClassName
{
background-color: #3BEFBC;
}
</style>
border-color css
<style>
span { border-color: #3BEFBC; }
span { border-color: rgb(59,239,188); }
td.TdClassName
{
border-color: #3BEFBC;
}
.TagClassName
{
border-color: #3BEFBC;
}
</style>