Shades of Turquoise #3BDDCC
Tints of Turquoise #3BDDCC
RGB
CMYK
RGB Variations
Color information
#3BDDCC (or 0x3BDDCC) is known color: Turquoise. HEX triplet: 3B, DD and CC. RGB value is (59,221,204). Sum of RGB (Red+Green+Blue) = 59+221+204=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDCC is #C42233. Grayscale: #AAAAAA. Windows color (decimal): -12853812 or 13425979. OLE color: 13425979.
HSL color Cylindrical-coordinate representation of color #3BDDCC: hue angle of 173.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDCC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 204 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.13 |
| HSL | 173.7º | 0.7% | 0.55% | - |
| HSV(B) | 173.7º | 0.73% | 0.87% | - |
| XYZ | 38.56 | 57 | 66.1 | - |
| YUV | 170.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 204 | 0.73 | 0 | 0.08 | 0.13 | 173.7 | 0.7 | 0.55 |
| Hex | 3B | DD | CC | 49 | 0 | 8 | D | AE | 46 | 37 |
| Octal | 73 | 335 | 314 | 111 | 0 | 10 | 15 | 256 | 106 | 67 |
| Binary | 111011 | 11011101 | 11001100 | 1001001 | 0 | 1000 | 1101 | 10101110 | 1000110 | 110111 |
Color Harmonies of #3BDDCC
Complementary color
Monochromatic Colors of #3BDDCC
Black with #3BDDCC
Text Example
Text Example
White with #3BDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDCC; }
p { color: rgb(59,221,204); }
H1.HeaderClassName
{
color: #3BDDCC;
}
.AnyTagClassName
{
color: #3BDDCC;
}
</style>
background-color css
<style>
a { background-color: #3BDDCC; }
a { background-color: rgb(59,221,204); }
div.DivClassName
{
background-color: #3BDDCC;
}
.BgClassName
{
background-color: #3BDDCC;
}
</style>
border-color css
<style>
span { border-color: #3BDDCC; }
span { border-color: rgb(59,221,204); }
td.TdClassName
{
border-color: #3BDDCC;
}
.TagClassName
{
border-color: #3BDDCC;
}
</style>