Shades of Turquoise #3BE5CC
Tints of Turquoise #3BE5CC
RGB
CMYK
RGB Variations
Color information
#3BE5CC (or 0x3BE5CC) is known color: Turquoise. HEX triplet: 3B, E5 and CC. RGB value is (59,229,204). Sum of RGB (Red+Green+Blue) = 59+229+204=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE5CC is #C41A33. Grayscale: #AFAFAF. Windows color (decimal): -12851764 or 13428027. OLE color: 13428027.
HSL color Cylindrical-coordinate representation of color #3BE5CC: hue angle of 171.18º 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 #3BE5CC is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 204 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.10 |
| HSL | 171.18º | 0.77% | 0.56% | - |
| HSV(B) | 171.18º | 0.74% | 0.9% | - |
| XYZ | 40.72 | 61.33 | 66.82 | - |
| YUV | 175.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 204 | 0.74 | 0 | 0.11 | 0.10 | 171.18 | 0.77 | 0.56 |
| Hex | 3B | E5 | CC | 4A | 0 | B | A | AB | 4D | 38 |
| Octal | 73 | 345 | 314 | 112 | 0 | 13 | 12 | 253 | 115 | 70 |
| Binary | 111011 | 11100101 | 11001100 | 1001010 | 0 | 1011 | 1010 | 10101011 | 1001101 | 111000 |
Color Harmonies of #3BE5CC
Complementary color
Monochromatic Colors of #3BE5CC
Black with #3BE5CC
Text Example
Text Example
White with #3BE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE5CC; }
p { color: rgb(59,229,204); }
H1.HeaderClassName
{
color: #3BE5CC;
}
.AnyTagClassName
{
color: #3BE5CC;
}
</style>
background-color css
<style>
a { background-color: #3BE5CC; }
a { background-color: rgb(59,229,204); }
div.DivClassName
{
background-color: #3BE5CC;
}
.BgClassName
{
background-color: #3BE5CC;
}
</style>
border-color css
<style>
span { border-color: #3BE5CC; }
span { border-color: rgb(59,229,204); }
td.TdClassName
{
border-color: #3BE5CC;
}
.TagClassName
{
border-color: #3BE5CC;
}
</style>