Shades of Turquoise #3BE1CC
Tints of Turquoise #3BE1CC
RGB
CMYK
RGB Variations
Color information
#3BE1CC (or 0x3BE1CC) is known color: Turquoise. HEX triplet: 3B, E1 and CC. RGB value is (59,225,204). Sum of RGB (Red+Green+Blue) = 59+225+204=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE1CC is #C41E33. Grayscale: #ACACAC. Windows color (decimal): -12852788 or 13427003. OLE color: 13427003.
HSL color Cylindrical-coordinate representation of color #3BE1CC: hue angle of 172.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE1CC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 204 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.12 |
| HSL | 172.41º | 0.73% | 0.56% | - |
| HSV(B) | 172.41º | 0.74% | 0.88% | - |
| XYZ | 39.63 | 59.14 | 66.45 | - |
| YUV | 172.97 | 145.5 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 204 | 0.74 | 0 | 0.09 | 0.12 | 172.41 | 0.73 | 0.56 |
| Hex | 3B | E1 | CC | 4A | 0 | 9 | C | AC | 49 | 38 |
| Octal | 73 | 341 | 314 | 112 | 0 | 11 | 14 | 254 | 111 | 70 |
| Binary | 111011 | 11100001 | 11001100 | 1001010 | 0 | 1001 | 1100 | 10101100 | 1001001 | 111000 |
Color Harmonies of #3BE1CC
Complementary color
Monochromatic Colors of #3BE1CC
Black with #3BE1CC
Text Example
Text Example
White with #3BE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE1CC; }
p { color: rgb(59,225,204); }
H1.HeaderClassName
{
color: #3BE1CC;
}
.AnyTagClassName
{
color: #3BE1CC;
}
</style>
background-color css
<style>
a { background-color: #3BE1CC; }
a { background-color: rgb(59,225,204); }
div.DivClassName
{
background-color: #3BE1CC;
}
.BgClassName
{
background-color: #3BE1CC;
}
</style>
border-color css
<style>
span { border-color: #3BE1CC; }
span { border-color: rgb(59,225,204); }
td.TdClassName
{
border-color: #3BE1CC;
}
.TagClassName
{
border-color: #3BE1CC;
}
</style>