Shades of Turquoise #3BE5DB
Tints of Turquoise #3BE5DB
RGB
CMYK
RGB Variations
Color information
#3BE5DB (or 0x3BE5DB) is known color: Turquoise. HEX triplet: 3B, E5 and DB. RGB value is (59,229,219). Sum of RGB (Red+Green+Blue) = 59+229+219=507 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.64% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE5DB is #C41A24. Grayscale: #B0B0B0. Windows color (decimal): -12851749 or 14411067. OLE color: 14411067.
HSL color Cylindrical-coordinate representation of color #3BE5DB: hue angle of 176.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE5DB is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 219 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.10 |
| HSL | 176.47º | 0.77% | 0.56% | - |
| HSV(B) | 176.47º | 0.74% | 0.9% | - |
| XYZ | 42.61 | 62.08 | 76.76 | - |
| YUV | 177.03 | 151.68 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 219 | 0.74 | 0 | 0.04 | 0.10 | 176.47 | 0.77 | 0.56 |
| Hex | 3B | E5 | DB | 4A | 0 | 4 | A | B0 | 4D | 38 |
| Octal | 73 | 345 | 333 | 112 | 0 | 4 | 12 | 260 | 115 | 70 |
| Binary | 111011 | 11100101 | 11011011 | 1001010 | 0 | 100 | 1010 | 10110000 | 1001101 | 111000 |
Color Harmonies of #3BE5DB
Complementary color
Monochromatic Colors of #3BE5DB
Black with #3BE5DB
Text Example
Text Example
White with #3BE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE5DB; }
p { color: rgb(59,229,219); }
H1.HeaderClassName
{
color: #3BE5DB;
}
.AnyTagClassName
{
color: #3BE5DB;
}
</style>
background-color css
<style>
a { background-color: #3BE5DB; }
a { background-color: rgb(59,229,219); }
div.DivClassName
{
background-color: #3BE5DB;
}
.BgClassName
{
background-color: #3BE5DB;
}
</style>
border-color css
<style>
span { border-color: #3BE5DB; }
span { border-color: rgb(59,229,219); }
td.TdClassName
{
border-color: #3BE5DB;
}
.TagClassName
{
border-color: #3BE5DB;
}
</style>