Shades of Turquoise #3BFEF9
Tints of Turquoise #3BFEF9
RGB
CMYK
RGB Variations
Color information
#3BFEF9 (or 0x3BFEF9) is known color: Turquoise. HEX triplet: 3B, FE and F9. RGB value is (59,254,249). Sum of RGB (Red+Green+Blue) = 59+254+249=562 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.50% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEF9 is #C40106. Grayscale: #C2C2C2. Windows color (decimal): -12845319 or 16383547. OLE color: 16383547.
HSL color Cylindrical-coordinate representation of color #3BFEF9: hue angle of 178.46º 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 #3BFEF9 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 249 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.00 |
| HSL | 178.46º | 0.99% | 0.61% | - |
| HSV(B) | 178.46º | 0.77% | 1% | - |
| XYZ | 54.34 | 78.65 | 101.94 | - |
| YUV | 195.13 | 158.4 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 249 | 0.77 | 0 | 0.02 | 0.00 | 178.46 | 0.99 | 0.61 |
| Hex | 3B | FE | F9 | 4D | 0 | 2 | 0 | B2 | 63 | 3D |
| Octal | 73 | 376 | 371 | 115 | 0 | 2 | 0 | 262 | 143 | 75 |
| Binary | 111011 | 11111110 | 11111001 | 1001101 | 0 | 10 | 0 | 10110010 | 1100011 | 111101 |
Color Harmonies of #3BFEF9
Complementary color
Monochromatic Colors of #3BFEF9
Black with #3BFEF9
Text Example
Text Example
White with #3BFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEF9; }
p { color: rgb(59,254,249); }
H1.HeaderClassName
{
color: #3BFEF9;
}
.AnyTagClassName
{
color: #3BFEF9;
}
</style>
background-color css
<style>
a { background-color: #3BFEF9; }
a { background-color: rgb(59,254,249); }
div.DivClassName
{
background-color: #3BFEF9;
}
.BgClassName
{
background-color: #3BFEF9;
}
</style>
border-color css
<style>
span { border-color: #3BFEF9; }
span { border-color: rgb(59,254,249); }
td.TdClassName
{
border-color: #3BFEF9;
}
.TagClassName
{
border-color: #3BFEF9;
}
</style>