Shades of Turquoise #3BEAD1
Tints of Turquoise #3BEAD1
RGB
CMYK
RGB Variations
Color information
#3BEAD1 (or 0x3BEAD1) is known color: Turquoise. HEX triplet: 3B, EA and D1. RGB value is (59,234,209). Sum of RGB (Red+Green+Blue) = 59+234+209=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEAD1 is #C4152E. Grayscale: #B2B2B2. Windows color (decimal): -12850479 or 13756987. OLE color: 13756987.
HSL color Cylindrical-coordinate representation of color #3BEAD1: hue angle of 171.43º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEAD1 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 209 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.08 |
| HSL | 171.43º | 0.81% | 0.57% | - |
| HSV(B) | 171.43º | 0.75% | 0.92% | - |
| XYZ | 42.74 | 64.38 | 70.5 | - |
| YUV | 178.83 | 145.02 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 209 | 0.75 | 0 | 0.11 | 0.08 | 171.43 | 0.81 | 0.57 |
| Hex | 3B | EA | D1 | 4B | 0 | B | 8 | AB | 51 | 39 |
| Octal | 73 | 352 | 321 | 113 | 0 | 13 | 10 | 253 | 121 | 71 |
| Binary | 111011 | 11101010 | 11010001 | 1001011 | 0 | 1011 | 1000 | 10101011 | 1010001 | 111001 |
Color Harmonies of #3BEAD1
Complementary color
Monochromatic Colors of #3BEAD1
Black with #3BEAD1
Text Example
Text Example
White with #3BEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEAD1; }
p { color: rgb(59,234,209); }
H1.HeaderClassName
{
color: #3BEAD1;
}
.AnyTagClassName
{
color: #3BEAD1;
}
</style>
background-color css
<style>
a { background-color: #3BEAD1; }
a { background-color: rgb(59,234,209); }
div.DivClassName
{
background-color: #3BEAD1;
}
.BgClassName
{
background-color: #3BEAD1;
}
</style>
border-color css
<style>
span { border-color: #3BEAD1; }
span { border-color: rgb(59,234,209); }
td.TdClassName
{
border-color: #3BEAD1;
}
.TagClassName
{
border-color: #3BEAD1;
}
</style>