Shades of Turquoise #3BE0FB
Tints of Turquoise #3BE0FB
RGB
CMYK
RGB Variations
Color information
#3BE0FB (or 0x3BE0FB) is known color: Turquoise. HEX triplet: 3B, E0 and FB. RGB value is (59,224,251). Sum of RGB (Red+Green+Blue) = 59+224+251=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BE0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE0FB is #C41F04. Grayscale: #B1B1B1. Windows color (decimal): -12852997 or 16506939. OLE color: 16506939.
HSL color Cylindrical-coordinate representation of color #3BE0FB: hue angle of 188.44º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE0FB is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 224 | 251 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.02 |
| HSL | 188.44º | 0.96% | 0.61% | - |
| HSV(B) | 188.44º | 0.76% | 0.98% | - |
| XYZ | 45.87 | 61.21 | 100.66 | - |
| YUV | 177.74 | 169.34 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 251 | 0.76 | 0.11 | 0 | 0.02 | 188.44 | 0.96 | 0.61 |
| Hex | 3B | E0 | FB | 4C | B | 0 | 2 | BC | 60 | 3D |
| Octal | 73 | 340 | 373 | 114 | 13 | 0 | 2 | 274 | 140 | 75 |
| Binary | 111011 | 11100000 | 11111011 | 1001100 | 1011 | 0 | 10 | 10111100 | 1100000 | 111101 |
Color Harmonies of #3BE0FB
Complementary color
Monochromatic Colors of #3BE0FB
Black with #3BE0FB
Text Example
Text Example
White with #3BE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE0FB; }
p { color: rgb(59,224,251); }
H1.HeaderClassName
{
color: #3BE0FB;
}
.AnyTagClassName
{
color: #3BE0FB;
}
</style>
background-color css
<style>
a { background-color: #3BE0FB; }
a { background-color: rgb(59,224,251); }
div.DivClassName
{
background-color: #3BE0FB;
}
.BgClassName
{
background-color: #3BE0FB;
}
</style>
border-color css
<style>
span { border-color: #3BE0FB; }
span { border-color: rgb(59,224,251); }
td.TdClassName
{
border-color: #3BE0FB;
}
.TagClassName
{
border-color: #3BE0FB;
}
</style>