Shades of Turquoise #3BFEF7
Tints of Turquoise #3BFEF7
RGB
CMYK
RGB Variations
Color information
#3BFEF7 (or 0x3BFEF7) is known color: Turquoise. HEX triplet: 3B, FE and F7. RGB value is (59,254,247). Sum of RGB (Red+Green+Blue) = 59+254+247=560 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.54% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEF7 is #C40108. Grayscale: #C2C2C2. Windows color (decimal): -12845321 or 16252475. OLE color: 16252475.
HSL color Cylindrical-coordinate representation of color #3BFEF7: hue angle of 177.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 #3BFEF7 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 247 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.00 |
| HSL | 177.85º | 0.99% | 0.61% | - |
| HSV(B) | 177.85º | 0.77% | 1% | - |
| XYZ | 54.03 | 78.53 | 100.31 | - |
| YUV | 194.9 | 157.4 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 247 | 0.77 | 0 | 0.03 | 0.00 | 177.85 | 0.99 | 0.61 |
| Hex | 3B | FE | F7 | 4D | 0 | 3 | 0 | B2 | 63 | 3D |
| Octal | 73 | 376 | 367 | 115 | 0 | 3 | 0 | 262 | 143 | 75 |
| Binary | 111011 | 11111110 | 11110111 | 1001101 | 0 | 11 | 0 | 10110010 | 1100011 | 111101 |
Color Harmonies of #3BFEF7
Complementary color
Monochromatic Colors of #3BFEF7
Black with #3BFEF7
Text Example
Text Example
White with #3BFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEF7; }
p { color: rgb(59,254,247); }
H1.HeaderClassName
{
color: #3BFEF7;
}
.AnyTagClassName
{
color: #3BFEF7;
}
</style>
background-color css
<style>
a { background-color: #3BFEF7; }
a { background-color: rgb(59,254,247); }
div.DivClassName
{
background-color: #3BFEF7;
}
.BgClassName
{
background-color: #3BFEF7;
}
</style>
border-color css
<style>
span { border-color: #3BFEF7; }
span { border-color: rgb(59,254,247); }
td.TdClassName
{
border-color: #3BFEF7;
}
.TagClassName
{
border-color: #3BFEF7;
}
</style>