Shades of Turquoise #3BF9E1
Tints of Turquoise #3BF9E1
RGB
CMYK
RGB Variations
Color information
#3BF9E1 (or 0x3BF9E1) is known color: Turquoise. HEX triplet: 3B, F9 and E1. RGB value is (59,249,225). Sum of RGB (Red+Green+Blue) = 59+249+225=533 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.07% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF9E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF9E1 is #C4061E. Grayscale: #BDBDBD. Windows color (decimal): -12846623 or 14809403. OLE color: 14809403.
HSL color Cylindrical-coordinate representation of color #3BF9E1: hue angle of 172.42º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF9E1 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 225 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.02 |
| HSL | 172.42º | 0.94% | 0.6% | - |
| HSV(B) | 172.42º | 0.76% | 0.98% | - |
| XYZ | 49.27 | 74.12 | 82.94 | - |
| YUV | 189.45 | 148.05 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 225 | 0.76 | 0 | 0.10 | 0.02 | 172.42 | 0.94 | 0.6 |
| Hex | 3B | F9 | E1 | 4C | 0 | A | 2 | AC | 5E | 3C |
| Octal | 73 | 371 | 341 | 114 | 0 | 12 | 2 | 254 | 136 | 74 |
| Binary | 111011 | 11111001 | 11100001 | 1001100 | 0 | 1010 | 10 | 10101100 | 1011110 | 111100 |
Color Harmonies of #3BF9E1
Complementary color
Monochromatic Colors of #3BF9E1
Black with #3BF9E1
Text Example
Text Example
White with #3BF9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF9E1; }
p { color: rgb(59,249,225); }
H1.HeaderClassName
{
color: #3BF9E1;
}
.AnyTagClassName
{
color: #3BF9E1;
}
</style>
background-color css
<style>
a { background-color: #3BF9E1; }
a { background-color: rgb(59,249,225); }
div.DivClassName
{
background-color: #3BF9E1;
}
.BgClassName
{
background-color: #3BF9E1;
}
</style>
border-color css
<style>
span { border-color: #3BF9E1; }
span { border-color: rgb(59,249,225); }
td.TdClassName
{
border-color: #3BF9E1;
}
.TagClassName
{
border-color: #3BF9E1;
}
</style>