Shades of Turquoise #3BEFD7
Tints of Turquoise #3BEFD7
RGB
CMYK
RGB Variations
Color information
#3BEFD7 (or 0x3BEFD7) is known color: Turquoise. HEX triplet: 3B, EF and D7. RGB value is (59,239,215). Sum of RGB (Red+Green+Blue) = 59+239+215=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFD7 is #C41028. Grayscale: #B6B6B6. Windows color (decimal): -12849193 or 14151483. OLE color: 14151483.
HSL color Cylindrical-coordinate representation of color #3BEFD7: hue angle of 172º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFD7 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 215 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.06 |
| HSL | 172º | 0.85% | 0.58% | - |
| HSV(B) | 172º | 0.75% | 0.94% | - |
| XYZ | 44.94 | 67.57 | 74.96 | - |
| YUV | 182.44 | 146.37 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 215 | 0.75 | 0 | 0.10 | 0.06 | 172 | 0.85 | 0.58 |
| Hex | 3B | EF | D7 | 4B | 0 | A | 6 | AC | 55 | 3A |
| Octal | 73 | 357 | 327 | 113 | 0 | 12 | 6 | 254 | 125 | 72 |
| Binary | 111011 | 11101111 | 11010111 | 1001011 | 0 | 1010 | 110 | 10101100 | 1010101 | 111010 |
Color Harmonies of #3BEFD7
Complementary color
Monochromatic Colors of #3BEFD7
Black with #3BEFD7
Text Example
Text Example
White with #3BEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFD7; }
p { color: rgb(59,239,215); }
H1.HeaderClassName
{
color: #3BEFD7;
}
.AnyTagClassName
{
color: #3BEFD7;
}
</style>
background-color css
<style>
a { background-color: #3BEFD7; }
a { background-color: rgb(59,239,215); }
div.DivClassName
{
background-color: #3BEFD7;
}
.BgClassName
{
background-color: #3BEFD7;
}
</style>
border-color css
<style>
span { border-color: #3BEFD7; }
span { border-color: rgb(59,239,215); }
td.TdClassName
{
border-color: #3BEFD7;
}
.TagClassName
{
border-color: #3BEFD7;
}
</style>