Shades of Turquoise #3BFEE8
Tints of Turquoise #3BFEE8
RGB
CMYK
RGB Variations
Color information
#3BFEE8 (or 0x3BFEE8) is known color: Turquoise. HEX triplet: 3B, FE and E8. RGB value is (59,254,232). Sum of RGB (Red+Green+Blue) = 59+254+232=545 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.83% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEE8 is #C40117. Grayscale: #C1C1C1. Windows color (decimal): -12845336 or 15269435. OLE color: 15269435.
HSL color Cylindrical-coordinate representation of color #3BFEE8: hue angle of 173.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEE8 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 232 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.00 |
| HSL | 173.23º | 0.99% | 0.61% | - |
| HSV(B) | 173.23º | 0.77% | 1% | - |
| XYZ | 51.81 | 77.64 | 88.6 | - |
| YUV | 193.19 | 149.9 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 232 | 0.77 | 0 | 0.09 | 0.00 | 173.23 | 0.99 | 0.61 |
| Hex | 3B | FE | E8 | 4D | 0 | 9 | 0 | AD | 63 | 3D |
| Octal | 73 | 376 | 350 | 115 | 0 | 11 | 0 | 255 | 143 | 75 |
| Binary | 111011 | 11111110 | 11101000 | 1001101 | 0 | 1001 | 0 | 10101101 | 1100011 | 111101 |
Color Harmonies of #3BFEE8
Complementary color
Monochromatic Colors of #3BFEE8
Black with #3BFEE8
Text Example
Text Example
White with #3BFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEE8; }
p { color: rgb(59,254,232); }
H1.HeaderClassName
{
color: #3BFEE8;
}
.AnyTagClassName
{
color: #3BFEE8;
}
</style>
background-color css
<style>
a { background-color: #3BFEE8; }
a { background-color: rgb(59,254,232); }
div.DivClassName
{
background-color: #3BFEE8;
}
.BgClassName
{
background-color: #3BFEE8;
}
</style>
border-color css
<style>
span { border-color: #3BFEE8; }
span { border-color: rgb(59,254,232); }
td.TdClassName
{
border-color: #3BFEE8;
}
.TagClassName
{
border-color: #3BFEE8;
}
</style>