Shades of Turquoise #3BE3DC
Tints of Turquoise #3BE3DC
RGB
CMYK
RGB Variations
Color information
#3BE3DC (or 0x3BE3DC) is known color: Turquoise. HEX triplet: 3B, E3 and DC. RGB value is (59,227,220). Sum of RGB (Red+Green+Blue) = 59+227+220=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE3DC is #C41C23. Grayscale: #AFAFAF. Windows color (decimal): -12852260 or 14476091. OLE color: 14476091.
HSL color Cylindrical-coordinate representation of color #3BE3DC: hue angle of 177.5º degrees, saturation: 0.75, 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 #3BE3DC is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 220 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.11 |
| HSL | 177.5º | 0.75% | 0.56% | - |
| HSV(B) | 177.5º | 0.74% | 0.89% | - |
| XYZ | 42.19 | 61.04 | 77.27 | - |
| YUV | 175.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 220 | 0.74 | 0 | 0.03 | 0.11 | 177.5 | 0.75 | 0.56 |
| Hex | 3B | E3 | DC | 4A | 0 | 3 | B | B2 | 4B | 38 |
| Octal | 73 | 343 | 334 | 112 | 0 | 3 | 13 | 262 | 113 | 70 |
| Binary | 111011 | 11100011 | 11011100 | 1001010 | 0 | 11 | 1011 | 10110010 | 1001011 | 111000 |
Color Harmonies of #3BE3DC
Complementary color
Monochromatic Colors of #3BE3DC
Black with #3BE3DC
Text Example
Text Example
White with #3BE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE3DC; }
p { color: rgb(59,227,220); }
H1.HeaderClassName
{
color: #3BE3DC;
}
.AnyTagClassName
{
color: #3BE3DC;
}
</style>
background-color css
<style>
a { background-color: #3BE3DC; }
a { background-color: rgb(59,227,220); }
div.DivClassName
{
background-color: #3BE3DC;
}
.BgClassName
{
background-color: #3BE3DC;
}
</style>
border-color css
<style>
span { border-color: #3BE3DC; }
span { border-color: rgb(59,227,220); }
td.TdClassName
{
border-color: #3BE3DC;
}
.TagClassName
{
border-color: #3BE3DC;
}
</style>