Shades of Turquoise #3BEFCF
Tints of Turquoise #3BEFCF
RGB
CMYK
RGB Variations
Color information
#3BEFCF (or 0x3BEFCF) is known color: Turquoise. HEX triplet: 3B, EF and CF. RGB value is (59,239,207). Sum of RGB (Red+Green+Blue) = 59+239+207=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFCF is #C41030. Grayscale: #B5B5B5. Windows color (decimal): -12849201 or 13627195. OLE color: 13627195.
HSL color Cylindrical-coordinate representation of color #3BEFCF: hue angle of 169.33º 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 #3BEFCF is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 207 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.06 |
| HSL | 169.33º | 0.85% | 0.58% | - |
| HSV(B) | 169.33º | 0.75% | 0.94% | - |
| XYZ | 43.93 | 67.17 | 69.68 | - |
| YUV | 181.53 | 142.37 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 207 | 0.75 | 0 | 0.13 | 0.06 | 169.33 | 0.85 | 0.58 |
| Hex | 3B | EF | CF | 4B | 0 | D | 6 | A9 | 55 | 3A |
| Octal | 73 | 357 | 317 | 113 | 0 | 15 | 6 | 251 | 125 | 72 |
| Binary | 111011 | 11101111 | 11001111 | 1001011 | 0 | 1101 | 110 | 10101001 | 1010101 | 111010 |
Color Harmonies of #3BEFCF
Complementary color
Monochromatic Colors of #3BEFCF
Black with #3BEFCF
Text Example
Text Example
White with #3BEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFCF; }
p { color: rgb(59,239,207); }
H1.HeaderClassName
{
color: #3BEFCF;
}
.AnyTagClassName
{
color: #3BEFCF;
}
</style>
background-color css
<style>
a { background-color: #3BEFCF; }
a { background-color: rgb(59,239,207); }
div.DivClassName
{
background-color: #3BEFCF;
}
.BgClassName
{
background-color: #3BEFCF;
}
</style>
border-color css
<style>
span { border-color: #3BEFCF; }
span { border-color: rgb(59,239,207); }
td.TdClassName
{
border-color: #3BEFCF;
}
.TagClassName
{
border-color: #3BEFCF;
}
</style>