Shades of Turquoise #3BE5EE
Tints of Turquoise #3BE5EE
RGB
CMYK
RGB Variations
Color information
#3BE5EE (or 0x3BE5EE) is known color: Turquoise. HEX triplet: 3B, E5 and EE. RGB value is (59,229,238). Sum of RGB (Red+Green+Blue) = 59+229+238=526 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.22% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BE5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE5EE is #C41A11. Grayscale: #B2B2B2. Windows color (decimal): -12851730 or 15656251. OLE color: 15656251.
HSL color Cylindrical-coordinate representation of color #3BE5EE: hue angle of 183.02º 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 #3BE5EE is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 229 | 238 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.07 |
| HSL | 183.02º | 0.84% | 0.58% | - |
| HSV(B) | 183.02º | 0.75% | 0.93% | - |
| XYZ | 45.26 | 63.14 | 90.69 | - |
| YUV | 179.2 | 161.18 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 238 | 0.75 | 0.04 | 0 | 0.07 | 183.02 | 0.84 | 0.58 |
| Hex | 3B | E5 | EE | 4B | 4 | 0 | 7 | B7 | 54 | 3A |
| Octal | 73 | 345 | 356 | 113 | 4 | 0 | 7 | 267 | 124 | 72 |
| Binary | 111011 | 11100101 | 11101110 | 1001011 | 100 | 0 | 111 | 10110111 | 1010100 | 111010 |
Color Harmonies of #3BE5EE
Complementary color
Monochromatic Colors of #3BE5EE
Black with #3BE5EE
Text Example
Text Example
White with #3BE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE5EE; }
p { color: rgb(59,229,238); }
H1.HeaderClassName
{
color: #3BE5EE;
}
.AnyTagClassName
{
color: #3BE5EE;
}
</style>
background-color css
<style>
a { background-color: #3BE5EE; }
a { background-color: rgb(59,229,238); }
div.DivClassName
{
background-color: #3BE5EE;
}
.BgClassName
{
background-color: #3BE5EE;
}
</style>
border-color css
<style>
span { border-color: #3BE5EE; }
span { border-color: rgb(59,229,238); }
td.TdClassName
{
border-color: #3BE5EE;
}
.TagClassName
{
border-color: #3BE5EE;
}
</style>