Shades of Turquoise #3BEED1
Tints of Turquoise #3BEED1
RGB
CMYK
RGB Variations
Color information
#3BEED1 (or 0x3BEED1) is known color: Turquoise. HEX triplet: 3B, EE and D1. RGB value is (59,238,209). Sum of RGB (Red+Green+Blue) = 59+238+209=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEED1 is #C4112E. Grayscale: #B5B5B5. Windows color (decimal): -12849455 or 13758011. OLE color: 13758011.
HSL color Cylindrical-coordinate representation of color #3BEED1: hue angle of 170.28º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEED1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 209 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.07 |
| HSL | 170.28º | 0.84% | 0.58% | - |
| HSV(B) | 170.28º | 0.75% | 0.93% | - |
| XYZ | 43.89 | 66.68 | 70.88 | - |
| YUV | 181.17 | 143.7 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 209 | 0.75 | 0 | 0.12 | 0.07 | 170.28 | 0.84 | 0.58 |
| Hex | 3B | EE | D1 | 4B | 0 | C | 7 | AA | 54 | 3A |
| Octal | 73 | 356 | 321 | 113 | 0 | 14 | 7 | 252 | 124 | 72 |
| Binary | 111011 | 11101110 | 11010001 | 1001011 | 0 | 1100 | 111 | 10101010 | 1010100 | 111010 |
Color Harmonies of #3BEED1
Complementary color
Monochromatic Colors of #3BEED1
Black with #3BEED1
Text Example
Text Example
White with #3BEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEED1; }
p { color: rgb(59,238,209); }
H1.HeaderClassName
{
color: #3BEED1;
}
.AnyTagClassName
{
color: #3BEED1;
}
</style>
background-color css
<style>
a { background-color: #3BEED1; }
a { background-color: rgb(59,238,209); }
div.DivClassName
{
background-color: #3BEED1;
}
.BgClassName
{
background-color: #3BEED1;
}
</style>
border-color css
<style>
span { border-color: #3BEED1; }
span { border-color: rgb(59,238,209); }
td.TdClassName
{
border-color: #3BEED1;
}
.TagClassName
{
border-color: #3BEED1;
}
</style>