Shades of Turquoise #3BFEEF
Tints of Turquoise #3BFEEF
RGB
CMYK
RGB Variations
Color information
#3BFEEF (or 0x3BFEEF) is known color: Turquoise. HEX triplet: 3B, FE and EF. RGB value is (59,254,239). Sum of RGB (Red+Green+Blue) = 59+254+239=552 (73% of max value = 765). Red value is 59 (23.44% from 255 or 10.69% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEEF is #C40110. Grayscale: #C1C1C1. Windows color (decimal): -12845329 or 15728187. OLE color: 15728187.
HSL color Cylindrical-coordinate representation of color #3BFEEF: hue angle of 175.38º 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 #3BFEEF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 239 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.00 |
| HSL | 175.38º | 0.99% | 0.61% | - |
| HSV(B) | 175.38º | 0.77% | 1% | - |
| XYZ | 52.83 | 78.05 | 93.94 | - |
| YUV | 193.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 239 | 0.77 | 0 | 0.06 | 0.00 | 175.38 | 0.99 | 0.61 |
| Hex | 3B | FE | EF | 4D | 0 | 6 | 0 | AF | 63 | 3D |
| Octal | 73 | 376 | 357 | 115 | 0 | 6 | 0 | 257 | 143 | 75 |
| Binary | 111011 | 11111110 | 11101111 | 1001101 | 0 | 110 | 0 | 10101111 | 1100011 | 111101 |
Color Harmonies of #3BFEEF
Complementary color
Monochromatic Colors of #3BFEEF
Black with #3BFEEF
Text Example
Text Example
White with #3BFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEEF; }
p { color: rgb(59,254,239); }
H1.HeaderClassName
{
color: #3BFEEF;
}
.AnyTagClassName
{
color: #3BFEEF;
}
</style>
background-color css
<style>
a { background-color: #3BFEEF; }
a { background-color: rgb(59,254,239); }
div.DivClassName
{
background-color: #3BFEEF;
}
.BgClassName
{
background-color: #3BFEEF;
}
</style>
border-color css
<style>
span { border-color: #3BFEEF; }
span { border-color: rgb(59,254,239); }
td.TdClassName
{
border-color: #3BFEEF;
}
.TagClassName
{
border-color: #3BFEEF;
}
</style>