Shades of Turquoise #3BE2FE
Tints of Turquoise #3BE2FE
RGB
CMYK
RGB Variations
Color information
#3BE2FE (or 0x3BE2FE) is known color: Turquoise. HEX triplet: 3B, E2 and FE. RGB value is (59,226,254). Sum of RGB (Red+Green+Blue) = 59+226+254=539 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.95% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BE2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE2FE is #C41D01. Grayscale: #B2B2B2. Windows color (decimal): -12852482 or 16704059. OLE color: 16704059.
HSL color Cylindrical-coordinate representation of color #3BE2FE: hue angle of 188.62º 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 #3BE2FE is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 226 | 254 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.00 |
| HSL | 188.62º | 0.99% | 0.61% | - |
| HSV(B) | 188.62º | 0.77% | 1% | - |
| XYZ | 46.89 | 62.48 | 103.35 | - |
| YUV | 179.26 | 170.17 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 254 | 0.77 | 0.11 | 0 | 0.00 | 188.62 | 0.99 | 0.61 |
| Hex | 3B | E2 | FE | 4D | B | 0 | 0 | BD | 63 | 3D |
| Octal | 73 | 342 | 376 | 115 | 13 | 0 | 0 | 275 | 143 | 75 |
| Binary | 111011 | 11100010 | 11111110 | 1001101 | 1011 | 0 | 0 | 10111101 | 1100011 | 111101 |
Color Harmonies of #3BE2FE
Complementary color
Monochromatic Colors of #3BE2FE
Black with #3BE2FE
Text Example
Text Example
White with #3BE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE2FE; }
p { color: rgb(59,226,254); }
H1.HeaderClassName
{
color: #3BE2FE;
}
.AnyTagClassName
{
color: #3BE2FE;
}
</style>
background-color css
<style>
a { background-color: #3BE2FE; }
a { background-color: rgb(59,226,254); }
div.DivClassName
{
background-color: #3BE2FE;
}
.BgClassName
{
background-color: #3BE2FE;
}
</style>
border-color css
<style>
span { border-color: #3BE2FE; }
span { border-color: rgb(59,226,254); }
td.TdClassName
{
border-color: #3BE2FE;
}
.TagClassName
{
border-color: #3BE2FE;
}
</style>