Shades of Turquoise #3BE5D8
Tints of Turquoise #3BE5D8
RGB
CMYK
RGB Variations
Color information
#3BE5D8 (or 0x3BE5D8) is known color: Turquoise. HEX triplet: 3B, E5 and D8. RGB value is (59,229,216). Sum of RGB (Red+Green+Blue) = 59+229+216=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE5D8 is #C41A27. Grayscale: #B0B0B0. Windows color (decimal): -12851752 or 14214459. OLE color: 14214459.
HSL color Cylindrical-coordinate representation of color #3BE5D8: hue angle of 175.41º 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 #3BE5D8 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 216 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.10 |
| HSL | 175.41º | 0.77% | 0.56% | - |
| HSV(B) | 175.41º | 0.74% | 0.9% | - |
| XYZ | 42.22 | 61.93 | 74.69 | - |
| YUV | 176.69 | 150.18 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 216 | 0.74 | 0 | 0.06 | 0.10 | 175.41 | 0.77 | 0.56 |
| Hex | 3B | E5 | D8 | 4A | 0 | 6 | A | AF | 4D | 38 |
| Octal | 73 | 345 | 330 | 112 | 0 | 6 | 12 | 257 | 115 | 70 |
| Binary | 111011 | 11100101 | 11011000 | 1001010 | 0 | 110 | 1010 | 10101111 | 1001101 | 111000 |
Color Harmonies of #3BE5D8
Complementary color
Monochromatic Colors of #3BE5D8
Black with #3BE5D8
Text Example
Text Example
White with #3BE5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE5D8; }
p { color: rgb(59,229,216); }
H1.HeaderClassName
{
color: #3BE5D8;
}
.AnyTagClassName
{
color: #3BE5D8;
}
</style>
background-color css
<style>
a { background-color: #3BE5D8; }
a { background-color: rgb(59,229,216); }
div.DivClassName
{
background-color: #3BE5D8;
}
.BgClassName
{
background-color: #3BE5D8;
}
</style>
border-color css
<style>
span { border-color: #3BE5D8; }
span { border-color: rgb(59,229,216); }
td.TdClassName
{
border-color: #3BE5D8;
}
.TagClassName
{
border-color: #3BE5D8;
}
</style>