Shades of Turquoise #3BEEE0
Tints of Turquoise #3BEEE0
RGB
CMYK
RGB Variations
Color information
#3BEEE0 (or 0x3BEEE0) is known color: Turquoise. HEX triplet: 3B, EE and E0. RGB value is (59,238,224). Sum of RGB (Red+Green+Blue) = 59+238+224=521 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.32% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEE0 is #C4111F. Grayscale: #B6B6B6. Windows color (decimal): -12849440 or 14741051. OLE color: 14741051.
HSL color Cylindrical-coordinate representation of color #3BEEE0: hue angle of 175.31º 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 #3BEEE0 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 224 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.07 |
| HSL | 175.31º | 0.84% | 0.58% | - |
| HSV(B) | 175.31º | 0.75% | 0.93% | - |
| XYZ | 45.83 | 67.46 | 81.13 | - |
| YUV | 182.88 | 151.2 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 224 | 0.75 | 0 | 0.06 | 0.07 | 175.31 | 0.84 | 0.58 |
| Hex | 3B | EE | E0 | 4B | 0 | 6 | 7 | AF | 54 | 3A |
| Octal | 73 | 356 | 340 | 113 | 0 | 6 | 7 | 257 | 124 | 72 |
| Binary | 111011 | 11101110 | 11100000 | 1001011 | 0 | 110 | 111 | 10101111 | 1010100 | 111010 |
Color Harmonies of #3BEEE0
Complementary color
Monochromatic Colors of #3BEEE0
Black with #3BEEE0
Text Example
Text Example
White with #3BEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEE0; }
p { color: rgb(59,238,224); }
H1.HeaderClassName
{
color: #3BEEE0;
}
.AnyTagClassName
{
color: #3BEEE0;
}
</style>
background-color css
<style>
a { background-color: #3BEEE0; }
a { background-color: rgb(59,238,224); }
div.DivClassName
{
background-color: #3BEEE0;
}
.BgClassName
{
background-color: #3BEEE0;
}
</style>
border-color css
<style>
span { border-color: #3BEEE0; }
span { border-color: rgb(59,238,224); }
td.TdClassName
{
border-color: #3BEEE0;
}
.TagClassName
{
border-color: #3BEEE0;
}
</style>