Shades of Turquoise #3BF9DF
Tints of Turquoise #3BF9DF
RGB
CMYK
RGB Variations
Color information
#3BF9DF (or 0x3BF9DF) is known color: Turquoise. HEX triplet: 3B, F9 and DF. RGB value is (59,249,223). Sum of RGB (Red+Green+Blue) = 59+249+223=531 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.11% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF9DF is #C40620. Grayscale: #BDBDBD. Windows color (decimal): -12846625 or 14678331. OLE color: 14678331.
HSL color Cylindrical-coordinate representation of color #3BF9DF: hue angle of 171.79º 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 #3BF9DF is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 223 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.02 |
| HSL | 171.79º | 0.94% | 0.6% | - |
| HSV(B) | 171.79º | 0.76% | 0.98% | - |
| XYZ | 49 | 74.01 | 81.51 | - |
| YUV | 189.23 | 147.05 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 223 | 0.76 | 0 | 0.10 | 0.02 | 171.79 | 0.94 | 0.6 |
| Hex | 3B | F9 | DF | 4C | 0 | A | 2 | AC | 5E | 3C |
| Octal | 73 | 371 | 337 | 114 | 0 | 12 | 2 | 254 | 136 | 74 |
| Binary | 111011 | 11111001 | 11011111 | 1001100 | 0 | 1010 | 10 | 10101100 | 1011110 | 111100 |
Color Harmonies of #3BF9DF
Complementary color
Monochromatic Colors of #3BF9DF
Black with #3BF9DF
Text Example
Text Example
White with #3BF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF9DF; }
p { color: rgb(59,249,223); }
H1.HeaderClassName
{
color: #3BF9DF;
}
.AnyTagClassName
{
color: #3BF9DF;
}
</style>
background-color css
<style>
a { background-color: #3BF9DF; }
a { background-color: rgb(59,249,223); }
div.DivClassName
{
background-color: #3BF9DF;
}
.BgClassName
{
background-color: #3BF9DF;
}
</style>
border-color css
<style>
span { border-color: #3BF9DF; }
span { border-color: rgb(59,249,223); }
td.TdClassName
{
border-color: #3BF9DF;
}
.TagClassName
{
border-color: #3BF9DF;
}
</style>