Shades of Turquoise #3BFBE9
Tints of Turquoise #3BFBE9
RGB
CMYK
RGB Variations
Color information
#3BFBE9 (or 0x3BFBE9) is known color: Turquoise. HEX triplet: 3B, FB and E9. RGB value is (59,251,233). Sum of RGB (Red+Green+Blue) = 59+251+233=543 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.87% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFBE9 is #C40416. Grayscale: #BFBFBF. Windows color (decimal): -12846103 or 15334203. OLE color: 15334203.
HSL color Cylindrical-coordinate representation of color #3BFBE9: hue angle of 174.38º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFBE9 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 251 | 233 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.02 |
| HSL | 174.38º | 0.96% | 0.61% | - |
| HSV(B) | 174.38º | 0.76% | 0.98% | - |
| XYZ | 51.01 | 75.81 | 89.03 | - |
| YUV | 191.54 | 151.39 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 233 | 0.76 | 0 | 0.07 | 0.02 | 174.38 | 0.96 | 0.61 |
| Hex | 3B | FB | E9 | 4C | 0 | 7 | 2 | AE | 60 | 3D |
| Octal | 73 | 373 | 351 | 114 | 0 | 7 | 2 | 256 | 140 | 75 |
| Binary | 111011 | 11111011 | 11101001 | 1001100 | 0 | 111 | 10 | 10101110 | 1100000 | 111101 |
Color Harmonies of #3BFBE9
Complementary color
Monochromatic Colors of #3BFBE9
Black with #3BFBE9
Text Example
Text Example
White with #3BFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFBE9; }
p { color: rgb(59,251,233); }
H1.HeaderClassName
{
color: #3BFBE9;
}
.AnyTagClassName
{
color: #3BFBE9;
}
</style>
background-color css
<style>
a { background-color: #3BFBE9; }
a { background-color: rgb(59,251,233); }
div.DivClassName
{
background-color: #3BFBE9;
}
.BgClassName
{
background-color: #3BFBE9;
}
</style>
border-color css
<style>
span { border-color: #3BFBE9; }
span { border-color: rgb(59,251,233); }
td.TdClassName
{
border-color: #3BFBE9;
}
.TagClassName
{
border-color: #3BFBE9;
}
</style>