Shades of Turquoise #3BEBFD
Tints of Turquoise #3BEBFD
RGB
CMYK
RGB Variations
Color information
#3BEBFD (or 0x3BEBFD) is known color: Turquoise. HEX triplet: 3B, EB and FD. RGB value is (59,235,253). Sum of RGB (Red+Green+Blue) = 59+235+253=547 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.79% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBFD is #C41402. Grayscale: #B8B8B8. Windows color (decimal): -12850179 or 16640827. OLE color: 16640827.
HSL color Cylindrical-coordinate representation of color #3BEBFD: hue angle of 185.57º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BEBFD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 235 | 253 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.01 |
| HSL | 185.57º | 0.98% | 0.61% | - |
| HSV(B) | 185.57º | 0.77% | 0.99% | - |
| XYZ | 49.24 | 67.44 | 103.35 | - |
| YUV | 184.43 | 166.69 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 253 | 0.77 | 0.07 | 0 | 0.01 | 185.57 | 0.98 | 0.61 |
| Hex | 3B | EB | FD | 4D | 7 | 0 | 1 | BA | 62 | 3D |
| Octal | 73 | 353 | 375 | 115 | 7 | 0 | 1 | 272 | 142 | 75 |
| Binary | 111011 | 11101011 | 11111101 | 1001101 | 111 | 0 | 1 | 10111010 | 1100010 | 111101 |
Color Harmonies of #3BEBFD
Complementary color
Monochromatic Colors of #3BEBFD
Black with #3BEBFD
Text Example
Text Example
White with #3BEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBFD; }
p { color: rgb(59,235,253); }
H1.HeaderClassName
{
color: #3BEBFD;
}
.AnyTagClassName
{
color: #3BEBFD;
}
</style>
background-color css
<style>
a { background-color: #3BEBFD; }
a { background-color: rgb(59,235,253); }
div.DivClassName
{
background-color: #3BEBFD;
}
.BgClassName
{
background-color: #3BEBFD;
}
</style>
border-color css
<style>
span { border-color: #3BEBFD; }
span { border-color: rgb(59,235,253); }
td.TdClassName
{
border-color: #3BEBFD;
}
.TagClassName
{
border-color: #3BEBFD;
}
</style>