Shades of Turquoise #3BEBFE
Tints of Turquoise #3BEBFE
RGB
CMYK
RGB Variations
Color information
#3BEBFE (or 0x3BEBFE) is known color: Turquoise. HEX triplet: 3B, EB and FE. RGB value is (59,235,254). Sum of RGB (Red+Green+Blue) = 59+235+254=548 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.77% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BEBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBFE is #C41401. Grayscale: #B8B8B8. Windows color (decimal): -12850178 or 16706363. OLE color: 16706363.
HSL color Cylindrical-coordinate representation of color #3BEBFE: hue angle of 185.85º 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 #3BEBFE is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 235 | 254 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.00 |
| HSL | 185.85º | 0.99% | 0.61% | - |
| HSV(B) | 185.85º | 0.77% | 1% | - |
| XYZ | 49.4 | 67.5 | 104.19 | - |
| YUV | 184.54 | 167.19 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 254 | 0.77 | 0.07 | 0 | 0.00 | 185.85 | 0.99 | 0.61 |
| Hex | 3B | EB | FE | 4D | 7 | 0 | 0 | BA | 63 | 3D |
| Octal | 73 | 353 | 376 | 115 | 7 | 0 | 0 | 272 | 143 | 75 |
| Binary | 111011 | 11101011 | 11111110 | 1001101 | 111 | 0 | 0 | 10111010 | 1100011 | 111101 |
Color Harmonies of #3BEBFE
Complementary color
Monochromatic Colors of #3BEBFE
Black with #3BEBFE
Text Example
Text Example
White with #3BEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBFE; }
p { color: rgb(59,235,254); }
H1.HeaderClassName
{
color: #3BEBFE;
}
.AnyTagClassName
{
color: #3BEBFE;
}
</style>
background-color css
<style>
a { background-color: #3BEBFE; }
a { background-color: rgb(59,235,254); }
div.DivClassName
{
background-color: #3BEBFE;
}
.BgClassName
{
background-color: #3BEBFE;
}
</style>
border-color css
<style>
span { border-color: #3BEBFE; }
span { border-color: rgb(59,235,254); }
td.TdClassName
{
border-color: #3BEBFE;
}
.TagClassName
{
border-color: #3BEBFE;
}
</style>