Shades of Turquoise #3BDBDF
Tints of Turquoise #3BDBDF
RGB
CMYK
RGB Variations
Color information
#3BDBDF (or 0x3BDBDF) is known color: Turquoise. HEX triplet: 3B, DB and DF. RGB value is (59,219,223). Sum of RGB (Red+Green+Blue) = 59+219+223=501 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.78% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BDBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDBDF is #C42420. Grayscale: #ABABAB. Windows color (decimal): -12854305 or 14670651. OLE color: 14670651.
HSL color Cylindrical-coordinate representation of color #3BDBDF: hue angle of 181.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDBDF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 219 | 223 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.13 |
| HSL | 181.46º | 0.72% | 0.55% | - |
| HSV(B) | 181.46º | 0.74% | 0.87% | - |
| XYZ | 40.45 | 56.92 | 78.67 | - |
| YUV | 171.62 | 156.99 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 223 | 0.74 | 0.02 | 0 | 0.13 | 181.46 | 0.72 | 0.55 |
| Hex | 3B | DB | DF | 4A | 2 | 0 | D | B5 | 48 | 37 |
| Octal | 73 | 333 | 337 | 112 | 2 | 0 | 15 | 265 | 110 | 67 |
| Binary | 111011 | 11011011 | 11011111 | 1001010 | 10 | 0 | 1101 | 10110101 | 1001000 | 110111 |
Color Harmonies of #3BDBDF
Complementary color
Monochromatic Colors of #3BDBDF
Black with #3BDBDF
Text Example
Text Example
White with #3BDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBDF; }
p { color: rgb(59,219,223); }
H1.HeaderClassName
{
color: #3BDBDF;
}
.AnyTagClassName
{
color: #3BDBDF;
}
</style>
background-color css
<style>
a { background-color: #3BDBDF; }
a { background-color: rgb(59,219,223); }
div.DivClassName
{
background-color: #3BDBDF;
}
.BgClassName
{
background-color: #3BDBDF;
}
</style>
border-color css
<style>
span { border-color: #3BDBDF; }
span { border-color: rgb(59,219,223); }
td.TdClassName
{
border-color: #3BDBDF;
}
.TagClassName
{
border-color: #3BDBDF;
}
</style>