Shades of Turquoise #3BEFC9
Tints of Turquoise #3BEFC9
RGB
CMYK
RGB Variations
Color information
#3BEFC9 (or 0x3BEFC9) is known color: Turquoise. HEX triplet: 3B, EF and C9. RGB value is (59,239,201). Sum of RGB (Red+Green+Blue) = 59+239+201=499 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.82% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFC9 is #C41036. Grayscale: #B4B4B4. Windows color (decimal): -12849207 or 13233979. OLE color: 13233979.
HSL color Cylindrical-coordinate representation of color #3BEFC9: hue angle of 167.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 #3BEFC9 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 201 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.06 |
| HSL | 167.33º | 0.85% | 0.58% | - |
| HSV(B) | 167.33º | 0.75% | 0.94% | - |
| XYZ | 43.21 | 66.88 | 65.89 | - |
| YUV | 180.85 | 139.37 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 201 | 0.75 | 0 | 0.16 | 0.06 | 167.33 | 0.85 | 0.58 |
| Hex | 3B | EF | C9 | 4B | 0 | 10 | 6 | A7 | 55 | 3A |
| Octal | 73 | 357 | 311 | 113 | 0 | 20 | 6 | 247 | 125 | 72 |
| Binary | 111011 | 11101111 | 11001001 | 1001011 | 0 | 10000 | 110 | 10100111 | 1010101 | 111010 |
Color Harmonies of #3BEFC9
Complementary color
Monochromatic Colors of #3BEFC9
Black with #3BEFC9
Text Example
Text Example
White with #3BEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFC9; }
p { color: rgb(59,239,201); }
H1.HeaderClassName
{
color: #3BEFC9;
}
.AnyTagClassName
{
color: #3BEFC9;
}
</style>
background-color css
<style>
a { background-color: #3BEFC9; }
a { background-color: rgb(59,239,201); }
div.DivClassName
{
background-color: #3BEFC9;
}
.BgClassName
{
background-color: #3BEFC9;
}
</style>
border-color css
<style>
span { border-color: #3BEFC9; }
span { border-color: rgb(59,239,201); }
td.TdClassName
{
border-color: #3BEFC9;
}
.TagClassName
{
border-color: #3BEFC9;
}
</style>