Shades of Turquoise #3BE4C9
Tints of Turquoise #3BE4C9
RGB
CMYK
RGB Variations
Color information
#3BE4C9 (or 0x3BE4C9) is known color: Turquoise. HEX triplet: 3B, E4 and C9. RGB value is (59,228,201). Sum of RGB (Red+Green+Blue) = 59+228+201=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE4C9 is #C41B36. Grayscale: #AEAEAE. Windows color (decimal): -12852023 or 13231163. OLE color: 13231163.
HSL color Cylindrical-coordinate representation of color #3BE4C9: hue angle of 170.41º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE4C9 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 201 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.11 |
| HSL | 170.41º | 0.76% | 0.56% | - |
| HSV(B) | 170.41º | 0.74% | 0.89% | - |
| XYZ | 40.09 | 60.63 | 64.85 | - |
| YUV | 174.39 | 143.01 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 201 | 0.74 | 0 | 0.12 | 0.11 | 170.41 | 0.76 | 0.56 |
| Hex | 3B | E4 | C9 | 4A | 0 | C | B | AA | 4C | 38 |
| Octal | 73 | 344 | 311 | 112 | 0 | 14 | 13 | 252 | 114 | 70 |
| Binary | 111011 | 11100100 | 11001001 | 1001010 | 0 | 1100 | 1011 | 10101010 | 1001100 | 111000 |
Color Harmonies of #3BE4C9
Complementary color
Monochromatic Colors of #3BE4C9
Black with #3BE4C9
Text Example
Text Example
White with #3BE4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE4C9; }
p { color: rgb(59,228,201); }
H1.HeaderClassName
{
color: #3BE4C9;
}
.AnyTagClassName
{
color: #3BE4C9;
}
</style>
background-color css
<style>
a { background-color: #3BE4C9; }
a { background-color: rgb(59,228,201); }
div.DivClassName
{
background-color: #3BE4C9;
}
.BgClassName
{
background-color: #3BE4C9;
}
</style>
border-color css
<style>
span { border-color: #3BE4C9; }
span { border-color: rgb(59,228,201); }
td.TdClassName
{
border-color: #3BE4C9;
}
.TagClassName
{
border-color: #3BE4C9;
}
</style>