Shades of Turquoise #3BEED9
Tints of Turquoise #3BEED9
RGB
CMYK
RGB Variations
Color information
#3BEED9 (or 0x3BEED9) is known color: Turquoise. HEX triplet: 3B, EE and D9. RGB value is (59,238,217). Sum of RGB (Red+Green+Blue) = 59+238+217=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEED9 is #C41126. Grayscale: #B5B5B5. Windows color (decimal): -12849447 or 14282299. OLE color: 14282299.
HSL color Cylindrical-coordinate representation of color #3BEED9: hue angle of 172.96º 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 #3BEED9 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 217 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.07 |
| HSL | 172.96º | 0.84% | 0.58% | - |
| HSV(B) | 172.96º | 0.75% | 0.93% | - |
| XYZ | 44.9 | 67.09 | 76.23 | - |
| YUV | 182.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 217 | 0.75 | 0 | 0.09 | 0.07 | 172.96 | 0.84 | 0.58 |
| Hex | 3B | EE | D9 | 4B | 0 | 9 | 7 | AD | 54 | 3A |
| Octal | 73 | 356 | 331 | 113 | 0 | 11 | 7 | 255 | 124 | 72 |
| Binary | 111011 | 11101110 | 11011001 | 1001011 | 0 | 1001 | 111 | 10101101 | 1010100 | 111010 |
Color Harmonies of #3BEED9
Complementary color
Monochromatic Colors of #3BEED9
Black with #3BEED9
Text Example
Text Example
White with #3BEED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEED9; }
p { color: rgb(59,238,217); }
H1.HeaderClassName
{
color: #3BEED9;
}
.AnyTagClassName
{
color: #3BEED9;
}
</style>
background-color css
<style>
a { background-color: #3BEED9; }
a { background-color: rgb(59,238,217); }
div.DivClassName
{
background-color: #3BEED9;
}
.BgClassName
{
background-color: #3BEED9;
}
</style>
border-color css
<style>
span { border-color: #3BEED9; }
span { border-color: rgb(59,238,217); }
td.TdClassName
{
border-color: #3BEED9;
}
.TagClassName
{
border-color: #3BEED9;
}
</style>