Shades of Turquoise #3BEFD1
Tints of Turquoise #3BEFD1
RGB
CMYK
RGB Variations
Color information
#3BEFD1 (or 0x3BEFD1) is known color: Turquoise. HEX triplet: 3B, EF and D1. RGB value is (59,239,209). Sum of RGB (Red+Green+Blue) = 59+239+209=507 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.64% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFD1 is #C4102E. Grayscale: #B5B5B5. Windows color (decimal): -12849199 or 13758267. OLE color: 13758267.
HSL color Cylindrical-coordinate representation of color #3BEFD1: hue angle of 170º 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 #3BEFD1 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 209 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.06 |
| HSL | 170º | 0.85% | 0.58% | - |
| HSV(B) | 170º | 0.75% | 0.94% | - |
| XYZ | 44.18 | 67.27 | 70.98 | - |
| YUV | 181.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 209 | 0.75 | 0 | 0.13 | 0.06 | 170 | 0.85 | 0.58 |
| Hex | 3B | EF | D1 | 4B | 0 | D | 6 | AA | 55 | 3A |
| Octal | 73 | 357 | 321 | 113 | 0 | 15 | 6 | 252 | 125 | 72 |
| Binary | 111011 | 11101111 | 11010001 | 1001011 | 0 | 1101 | 110 | 10101010 | 1010101 | 111010 |
Color Harmonies of #3BEFD1
Complementary color
Monochromatic Colors of #3BEFD1
Black with #3BEFD1
Text Example
Text Example
White with #3BEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFD1; }
p { color: rgb(59,239,209); }
H1.HeaderClassName
{
color: #3BEFD1;
}
.AnyTagClassName
{
color: #3BEFD1;
}
</style>
background-color css
<style>
a { background-color: #3BEFD1; }
a { background-color: rgb(59,239,209); }
div.DivClassName
{
background-color: #3BEFD1;
}
.BgClassName
{
background-color: #3BEFD1;
}
</style>
border-color css
<style>
span { border-color: #3BEFD1; }
span { border-color: rgb(59,239,209); }
td.TdClassName
{
border-color: #3BEFD1;
}
.TagClassName
{
border-color: #3BEFD1;
}
</style>