Shades of Turquoise #3BE7FF
Tints of Turquoise #3BE7FF
RGB
CMYK
RGB Variations
Color information
#3BE7FF (or 0x3BE7FF) is known color: Turquoise. HEX triplet: 3B, E7 and FF. RGB value is (59,231,255). Sum of RGB (Red+Green+Blue) = 59+231+255=545 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.83% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BE7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BE7FF is #C41800. Grayscale: #B6B6B6. Windows color (decimal): -12851201 or 16770875. OLE color: 16770875.
HSL color Cylindrical-coordinate representation of color #3BE7FF: hue angle of 187.35º 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 #3BE7FF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 231 | 255 | - |
| CMYK | 0.77 | 0.09 | 0 | 0 |
| HSL | 187.35º | 1% | 0.62% | - |
| HSV(B) | 187.35º | 0.77% | 1% | - |
| XYZ | 48.43 | 65.3 | 104.66 | - |
| YUV | 182.31 | 169.02 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 255 | 0.77 | 0.09 | 0 | 0 | 187.35 | 1 | 0.62 |
| Hex | 3B | E7 | FF | 4D | 9 | 0 | 0 | BB | 64 | 3E |
| Octal | 73 | 347 | 377 | 115 | 11 | 0 | 0 | 273 | 144 | 76 |
| Binary | 111011 | 11100111 | 11111111 | 1001101 | 1001 | 0 | 0 | 10111011 | 1100100 | 111110 |
Color Harmonies of #3BE7FF
Complementary color
Monochromatic Colors of #3BE7FF
Black with #3BE7FF
Text Example
Text Example
White with #3BE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE7FF; }
p { color: rgb(59,231,255); }
H1.HeaderClassName
{
color: #3BE7FF;
}
.AnyTagClassName
{
color: #3BE7FF;
}
</style>
background-color css
<style>
a { background-color: #3BE7FF; }
a { background-color: rgb(59,231,255); }
div.DivClassName
{
background-color: #3BE7FF;
}
.BgClassName
{
background-color: #3BE7FF;
}
</style>
border-color css
<style>
span { border-color: #3BE7FF; }
span { border-color: rgb(59,231,255); }
td.TdClassName
{
border-color: #3BE7FF;
}
.TagClassName
{
border-color: #3BE7FF;
}
</style>