Shades of Turquoise #3BEEFE
Tints of Turquoise #3BEEFE
RGB
CMYK
RGB Variations
Color information
#3BEEFE (or 0x3BEEFE) is known color: Turquoise. HEX triplet: 3B, EE and FE. RGB value is (59,238,254). Sum of RGB (Red+Green+Blue) = 59+238+254=551 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.71% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEFE is #C41101. Grayscale: #BABABA. Windows color (decimal): -12849410 or 16707131. OLE color: 16707131.
HSL color Cylindrical-coordinate representation of color #3BEEFE: hue angle of 184.92º 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 #3BEEFE is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 238 | 254 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.00 |
| HSL | 184.92º | 0.99% | 0.61% | - |
| HSV(B) | 184.92º | 0.77% | 1% | - |
| XYZ | 50.27 | 69.23 | 104.48 | - |
| YUV | 186.3 | 166.2 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 254 | 0.77 | 0.06 | 0 | 0.00 | 184.92 | 0.99 | 0.61 |
| Hex | 3B | EE | FE | 4D | 6 | 0 | 0 | B9 | 63 | 3D |
| Octal | 73 | 356 | 376 | 115 | 6 | 0 | 0 | 271 | 143 | 75 |
| Binary | 111011 | 11101110 | 11111110 | 1001101 | 110 | 0 | 0 | 10111001 | 1100011 | 111101 |
Color Harmonies of #3BEEFE
Complementary color
Monochromatic Colors of #3BEEFE
Black with #3BEEFE
Text Example
Text Example
White with #3BEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEFE; }
p { color: rgb(59,238,254); }
H1.HeaderClassName
{
color: #3BEEFE;
}
.AnyTagClassName
{
color: #3BEEFE;
}
</style>
background-color css
<style>
a { background-color: #3BEEFE; }
a { background-color: rgb(59,238,254); }
div.DivClassName
{
background-color: #3BEEFE;
}
.BgClassName
{
background-color: #3BEEFE;
}
</style>
border-color css
<style>
span { border-color: #3BEEFE; }
span { border-color: rgb(59,238,254); }
td.TdClassName
{
border-color: #3BEEFE;
}
.TagClassName
{
border-color: #3BEEFE;
}
</style>