Shades of Turquoise #3BFADB
Tints of Turquoise #3BFADB
RGB
CMYK
RGB Variations
Color information
#3BFADB (or 0x3BFADB) is known color: Turquoise. HEX triplet: 3B, FA and DB. RGB value is (59,250,219). Sum of RGB (Red+Green+Blue) = 59+250+219=528 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.17% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFADB is #C40524. Grayscale: #BDBDBD. Windows color (decimal): -12846373 or 14416443. OLE color: 14416443.
HSL color Cylindrical-coordinate representation of color #3BFADB: hue angle of 170.26º degrees, saturation: 0.95, 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 #3BFADB is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 219 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.02 |
| HSL | 170.26º | 0.95% | 0.61% | - |
| HSV(B) | 170.26º | 0.76% | 0.98% | - |
| XYZ | 48.78 | 74.42 | 78.81 | - |
| YUV | 189.36 | 144.72 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 219 | 0.76 | 0 | 0.12 | 0.02 | 170.26 | 0.95 | 0.61 |
| Hex | 3B | FA | DB | 4C | 0 | C | 2 | AA | 5F | 3D |
| Octal | 73 | 372 | 333 | 114 | 0 | 14 | 2 | 252 | 137 | 75 |
| Binary | 111011 | 11111010 | 11011011 | 1001100 | 0 | 1100 | 10 | 10101010 | 1011111 | 111101 |
Color Harmonies of #3BFADB
Complementary color
Monochromatic Colors of #3BFADB
Black with #3BFADB
Text Example
Text Example
White with #3BFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFADB; }
p { color: rgb(59,250,219); }
H1.HeaderClassName
{
color: #3BFADB;
}
.AnyTagClassName
{
color: #3BFADB;
}
</style>
background-color css
<style>
a { background-color: #3BFADB; }
a { background-color: rgb(59,250,219); }
div.DivClassName
{
background-color: #3BFADB;
}
.BgClassName
{
background-color: #3BFADB;
}
</style>
border-color css
<style>
span { border-color: #3BFADB; }
span { border-color: rgb(59,250,219); }
td.TdClassName
{
border-color: #3BFADB;
}
.TagClassName
{
border-color: #3BFADB;
}
</style>