Shades of Turquoise #3BEFF0
Tints of Turquoise #3BEFF0
RGB
CMYK
RGB Variations
Color information
#3BEFF0 (or 0x3BEFF0) is known color: Turquoise. HEX triplet: 3B, EF and F0. RGB value is (59,239,240). Sum of RGB (Red+Green+Blue) = 59+239+240=538 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.97% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #3BEFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFF0 is #C4100F. Grayscale: #B9B9B9. Windows color (decimal): -12849168 or 15789883. OLE color: 15789883.
HSL color Cylindrical-coordinate representation of color #3BEFF0: hue angle of 180.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFF0 is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 240 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.06 |
| HSL | 180.33º | 0.86% | 0.59% | - |
| HSV(B) | 180.33º | 0.75% | 0.94% | - |
| XYZ | 48.4 | 68.95 | 93.2 | - |
| YUV | 185.29 | 158.87 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 240 | 0.75 | 0.00 | 0 | 0.06 | 180.33 | 0.86 | 0.59 |
| Hex | 3B | EF | F0 | 4B | 0 | 0 | 6 | B4 | 56 | 3B |
| Octal | 73 | 357 | 360 | 113 | 0 | 0 | 6 | 264 | 126 | 73 |
| Binary | 111011 | 11101111 | 11110000 | 1001011 | 0 | 0 | 110 | 10110100 | 1010110 | 111011 |
Color Harmonies of #3BEFF0
Complementary color
Monochromatic Colors of #3BEFF0
Black with #3BEFF0
Text Example
Text Example
White with #3BEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFF0; }
p { color: rgb(59,239,240); }
H1.HeaderClassName
{
color: #3BEFF0;
}
.AnyTagClassName
{
color: #3BEFF0;
}
</style>
background-color css
<style>
a { background-color: #3BEFF0; }
a { background-color: rgb(59,239,240); }
div.DivClassName
{
background-color: #3BEFF0;
}
.BgClassName
{
background-color: #3BEFF0;
}
</style>
border-color css
<style>
span { border-color: #3BEFF0; }
span { border-color: rgb(59,239,240); }
td.TdClassName
{
border-color: #3BEFF0;
}
.TagClassName
{
border-color: #3BEFF0;
}
</style>