Shades of Turquoise #3BEEBD
Tints of Turquoise #3BEEBD
RGB
CMYK
RGB Variations
Color information
#3BEEBD (or 0x3BEEBD) is known color: Turquoise. HEX triplet: 3B, EE and BD. RGB value is (59,238,189). Sum of RGB (Red+Green+Blue) = 59+238+189=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEBD is #C41142. Grayscale: #B2B2B2. Windows color (decimal): -12849475 or 12447291. OLE color: 12447291.
HSL color Cylindrical-coordinate representation of color #3BEEBD: hue angle of 163.58º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEBD is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 189 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.07 |
| HSL | 163.58º | 0.84% | 0.58% | - |
| HSV(B) | 163.58º | 0.75% | 0.93% | - |
| XYZ | 41.56 | 65.75 | 58.65 | - |
| YUV | 178.89 | 133.7 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 189 | 0.75 | 0 | 0.21 | 0.07 | 163.58 | 0.84 | 0.58 |
| Hex | 3B | EE | BD | 4B | 0 | 15 | 7 | A4 | 54 | 3A |
| Octal | 73 | 356 | 275 | 113 | 0 | 25 | 7 | 244 | 124 | 72 |
| Binary | 111011 | 11101110 | 10111101 | 1001011 | 0 | 10101 | 111 | 10100100 | 1010100 | 111010 |
Color Harmonies of #3BEEBD
Complementary color
Monochromatic Colors of #3BEEBD
Black with #3BEEBD
Text Example
Text Example
White with #3BEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEBD; }
p { color: rgb(59,238,189); }
H1.HeaderClassName
{
color: #3BEEBD;
}
.AnyTagClassName
{
color: #3BEEBD;
}
</style>
background-color css
<style>
a { background-color: #3BEEBD; }
a { background-color: rgb(59,238,189); }
div.DivClassName
{
background-color: #3BEEBD;
}
.BgClassName
{
background-color: #3BEEBD;
}
</style>
border-color css
<style>
span { border-color: #3BEEBD; }
span { border-color: rgb(59,238,189); }
td.TdClassName
{
border-color: #3BEEBD;
}
.TagClassName
{
border-color: #3BEEBD;
}
</style>