Shades of Turquoise #3BDDDF
Tints of Turquoise #3BDDDF
RGB
CMYK
RGB Variations
Color information
#3BDDDF (or 0x3BDDDF) is known color: Turquoise. HEX triplet: 3B, DD and DF. RGB value is (59,221,223). Sum of RGB (Red+Green+Blue) = 59+221+223=503 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.73% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BDDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDDF is #C42220. Grayscale: #ACACAC. Windows color (decimal): -12853793 or 14671163. OLE color: 14671163.
HSL color Cylindrical-coordinate representation of color #3BDDDF: hue angle of 180.73º 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 #3BDDDF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 223 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.13 |
| HSL | 180.73º | 0.72% | 0.55% | - |
| HSV(B) | 180.73º | 0.74% | 0.87% | - |
| XYZ | 40.98 | 57.97 | 78.84 | - |
| YUV | 172.79 | 156.33 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 223 | 0.74 | 0.01 | 0 | 0.13 | 180.73 | 0.72 | 0.55 |
| Hex | 3B | DD | DF | 4A | 1 | 0 | D | B5 | 48 | 37 |
| Octal | 73 | 335 | 337 | 112 | 1 | 0 | 15 | 265 | 110 | 67 |
| Binary | 111011 | 11011101 | 11011111 | 1001010 | 1 | 0 | 1101 | 10110101 | 1001000 | 110111 |
Color Harmonies of #3BDDDF
Complementary color
Monochromatic Colors of #3BDDDF
Black with #3BDDDF
Text Example
Text Example
White with #3BDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDDF; }
p { color: rgb(59,221,223); }
H1.HeaderClassName
{
color: #3BDDDF;
}
.AnyTagClassName
{
color: #3BDDDF;
}
</style>
background-color css
<style>
a { background-color: #3BDDDF; }
a { background-color: rgb(59,221,223); }
div.DivClassName
{
background-color: #3BDDDF;
}
.BgClassName
{
background-color: #3BDDDF;
}
</style>
border-color css
<style>
span { border-color: #3BDDDF; }
span { border-color: rgb(59,221,223); }
td.TdClassName
{
border-color: #3BDDDF;
}
.TagClassName
{
border-color: #3BDDDF;
}
</style>