Shades of Turquoise #3BDBD3
Tints of Turquoise #3BDBD3
RGB
CMYK
RGB Variations
Color information
#3BDBD3 (or 0x3BDBD3) is known color: Turquoise. HEX triplet: 3B, DB and D3. RGB value is (59,219,211). Sum of RGB (Red+Green+Blue) = 59+219+211=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDBD3 is #C4242C. Grayscale: #AAAAAA. Windows color (decimal): -12854317 or 13884219. OLE color: 13884219.
HSL color Cylindrical-coordinate representation of color #3BDBD3: hue angle of 177º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDBD3 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 211 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.14 |
| HSL | 177º | 0.69% | 0.55% | - |
| HSV(B) | 177º | 0.73% | 0.86% | - |
| XYZ | 38.89 | 56.3 | 70.44 | - |
| YUV | 170.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 211 | 0.73 | 0 | 0.04 | 0.14 | 177 | 0.69 | 0.55 |
| Hex | 3B | DB | D3 | 49 | 0 | 4 | E | B1 | 45 | 37 |
| Octal | 73 | 333 | 323 | 111 | 0 | 4 | 16 | 261 | 105 | 67 |
| Binary | 111011 | 11011011 | 11010011 | 1001001 | 0 | 100 | 1110 | 10110001 | 1000101 | 110111 |
Color Harmonies of #3BDBD3
Complementary color
Monochromatic Colors of #3BDBD3
Black with #3BDBD3
Text Example
Text Example
White with #3BDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBD3; }
p { color: rgb(59,219,211); }
H1.HeaderClassName
{
color: #3BDBD3;
}
.AnyTagClassName
{
color: #3BDBD3;
}
</style>
background-color css
<style>
a { background-color: #3BDBD3; }
a { background-color: rgb(59,219,211); }
div.DivClassName
{
background-color: #3BDBD3;
}
.BgClassName
{
background-color: #3BDBD3;
}
</style>
border-color css
<style>
span { border-color: #3BDBD3; }
span { border-color: rgb(59,219,211); }
td.TdClassName
{
border-color: #3BDBD3;
}
.TagClassName
{
border-color: #3BDBD3;
}
</style>