Shades of Turquoise #3BEEE8
Tints of Turquoise #3BEEE8
RGB
CMYK
RGB Variations
Color information
#3BEEE8 (or 0x3BEEE8) is known color: Turquoise. HEX triplet: 3B, EE and E8. RGB value is (59,238,232). Sum of RGB (Red+Green+Blue) = 59+238+232=529 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.15% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEE8 is #C41117. Grayscale: #B7B7B7. Windows color (decimal): -12849432 or 15265339. OLE color: 15265339.
HSL color Cylindrical-coordinate representation of color #3BEEE8: hue angle of 177.99º 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 #3BEEE8 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 232 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.07 |
| HSL | 177.99º | 0.84% | 0.58% | - |
| HSV(B) | 177.99º | 0.75% | 0.93% | - |
| XYZ | 46.94 | 67.91 | 86.98 | - |
| YUV | 183.8 | 155.2 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 232 | 0.75 | 0 | 0.03 | 0.07 | 177.99 | 0.84 | 0.58 |
| Hex | 3B | EE | E8 | 4B | 0 | 3 | 7 | B2 | 54 | 3A |
| Octal | 73 | 356 | 350 | 113 | 0 | 3 | 7 | 262 | 124 | 72 |
| Binary | 111011 | 11101110 | 11101000 | 1001011 | 0 | 11 | 111 | 10110010 | 1010100 | 111010 |
Color Harmonies of #3BEEE8
Complementary color
Monochromatic Colors of #3BEEE8
Black with #3BEEE8
Text Example
Text Example
White with #3BEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEE8; }
p { color: rgb(59,238,232); }
H1.HeaderClassName
{
color: #3BEEE8;
}
.AnyTagClassName
{
color: #3BEEE8;
}
</style>
background-color css
<style>
a { background-color: #3BEEE8; }
a { background-color: rgb(59,238,232); }
div.DivClassName
{
background-color: #3BEEE8;
}
.BgClassName
{
background-color: #3BEEE8;
}
</style>
border-color css
<style>
span { border-color: #3BEEE8; }
span { border-color: rgb(59,238,232); }
td.TdClassName
{
border-color: #3BEEE8;
}
.TagClassName
{
border-color: #3BEEE8;
}
</style>