Shades of Turquoise #3BE3FF
Tints of Turquoise #3BE3FF
RGB
CMYK
RGB Variations
Color information
#3BE3FF (or 0x3BE3FF) is known color: Turquoise. HEX triplet: 3B, E3 and FF. RGB value is (59,227,255). Sum of RGB (Red+Green+Blue) = 59+227+255=541 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.91% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BE3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE3FF is #C41C00. Grayscale: #B3B3B3. Windows color (decimal): -12852225 or 16769851. OLE color: 16769851.
HSL color Cylindrical-coordinate representation of color #3BE3FF: hue angle of 188.57º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BE3FF is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 227 | 255 | - |
| CMYK | 0.77 | 0.11 | 0 | 0 |
| HSL | 188.57º | 1% | 0.62% | - |
| HSV(B) | 188.57º | 0.77% | 1% | - |
| XYZ | 47.32 | 63.09 | 104.29 | - |
| YUV | 179.96 | 170.34 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 255 | 0.77 | 0.11 | 0 | 0 | 188.57 | 1 | 0.62 |
| Hex | 3B | E3 | FF | 4D | B | 0 | 0 | BD | 64 | 3E |
| Octal | 73 | 343 | 377 | 115 | 13 | 0 | 0 | 275 | 144 | 76 |
| Binary | 111011 | 11100011 | 11111111 | 1001101 | 1011 | 0 | 0 | 10111101 | 1100100 | 111110 |
Color Harmonies of #3BE3FF
Complementary color
Monochromatic Colors of #3BE3FF
Black with #3BE3FF
Text Example
Text Example
White with #3BE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE3FF; }
p { color: rgb(59,227,255); }
H1.HeaderClassName
{
color: #3BE3FF;
}
.AnyTagClassName
{
color: #3BE3FF;
}
</style>
background-color css
<style>
a { background-color: #3BE3FF; }
a { background-color: rgb(59,227,255); }
div.DivClassName
{
background-color: #3BE3FF;
}
.BgClassName
{
background-color: #3BE3FF;
}
</style>
border-color css
<style>
span { border-color: #3BE3FF; }
span { border-color: rgb(59,227,255); }
td.TdClassName
{
border-color: #3BE3FF;
}
.TagClassName
{
border-color: #3BE3FF;
}
</style>