Shades of Turquoise #3BDBFB
Tints of Turquoise #3BDBFB
RGB
CMYK
RGB Variations
Color information
#3BDBFB (or 0x3BDBFB) is known color: Turquoise. HEX triplet: 3B, DB and FB. RGB value is (59,219,251). Sum of RGB (Red+Green+Blue) = 59+219+251=529 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.15% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BDBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBFB is #C42404. Grayscale: #AEAEAE. Windows color (decimal): -12854277 or 16505659. OLE color: 16505659.
HSL color Cylindrical-coordinate representation of color #3BDBFB: hue angle of 190º 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 #3BDBFB is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 219 | 251 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.02 |
| HSL | 190º | 0.96% | 0.61% | - |
| HSV(B) | 190º | 0.76% | 0.98% | - |
| XYZ | 44.55 | 58.56 | 100.22 | - |
| YUV | 174.81 | 170.99 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 251 | 0.76 | 0.13 | 0 | 0.02 | 190 | 0.96 | 0.61 |
| Hex | 3B | DB | FB | 4C | D | 0 | 2 | BE | 60 | 3D |
| Octal | 73 | 333 | 373 | 114 | 15 | 0 | 2 | 276 | 140 | 75 |
| Binary | 111011 | 11011011 | 11111011 | 1001100 | 1101 | 0 | 10 | 10111110 | 1100000 | 111101 |
Color Harmonies of #3BDBFB
Complementary color
Monochromatic Colors of #3BDBFB
Black with #3BDBFB
Text Example
Text Example
White with #3BDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBFB; }
p { color: rgb(59,219,251); }
H1.HeaderClassName
{
color: #3BDBFB;
}
.AnyTagClassName
{
color: #3BDBFB;
}
</style>
background-color css
<style>
a { background-color: #3BDBFB; }
a { background-color: rgb(59,219,251); }
div.DivClassName
{
background-color: #3BDBFB;
}
.BgClassName
{
background-color: #3BDBFB;
}
</style>
border-color css
<style>
span { border-color: #3BDBFB; }
span { border-color: rgb(59,219,251); }
td.TdClassName
{
border-color: #3BDBFB;
}
.TagClassName
{
border-color: #3BDBFB;
}
</style>