Shades of Turquoise #3BE7FE
Tints of Turquoise #3BE7FE
RGB
CMYK
RGB Variations
Color information
#3BE7FE (or 0x3BE7FE) is known color: Turquoise. HEX triplet: 3B, E7 and FE. RGB value is (59,231,254). Sum of RGB (Red+Green+Blue) = 59+231+254=544 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.85% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BE7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BE7FE is #C41801. Grayscale: #B5B5B5. Windows color (decimal): -12851202 or 16705339. OLE color: 16705339.
HSL color Cylindrical-coordinate representation of color #3BE7FE: hue angle of 187.08º 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 #3BE7FE is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 231 | 254 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.00 |
| HSL | 187.08º | 0.99% | 0.61% | - |
| HSV(B) | 187.08º | 0.77% | 1% | - |
| XYZ | 48.27 | 65.24 | 103.81 | - |
| YUV | 182.19 | 168.52 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 254 | 0.77 | 0.09 | 0 | 0.00 | 187.08 | 0.99 | 0.61 |
| Hex | 3B | E7 | FE | 4D | 9 | 0 | 0 | BB | 63 | 3D |
| Octal | 73 | 347 | 376 | 115 | 11 | 0 | 0 | 273 | 143 | 75 |
| Binary | 111011 | 11100111 | 11111110 | 1001101 | 1001 | 0 | 0 | 10111011 | 1100011 | 111101 |
Color Harmonies of #3BE7FE
Complementary color
Monochromatic Colors of #3BE7FE
Black with #3BE7FE
Text Example
Text Example
White with #3BE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE7FE; }
p { color: rgb(59,231,254); }
H1.HeaderClassName
{
color: #3BE7FE;
}
.AnyTagClassName
{
color: #3BE7FE;
}
</style>
background-color css
<style>
a { background-color: #3BE7FE; }
a { background-color: rgb(59,231,254); }
div.DivClassName
{
background-color: #3BE7FE;
}
.BgClassName
{
background-color: #3BE7FE;
}
</style>
border-color css
<style>
span { border-color: #3BE7FE; }
span { border-color: rgb(59,231,254); }
td.TdClassName
{
border-color: #3BE7FE;
}
.TagClassName
{
border-color: #3BE7FE;
}
</style>