Shades of Turquoise #3BDCCD
Tints of Turquoise #3BDCCD
RGB
CMYK
RGB Variations
Color information
#3BDCCD (or 0x3BDCCD) is known color: Turquoise. HEX triplet: 3B, DC and CD. RGB value is (59,220,205). Sum of RGB (Red+Green+Blue) = 59+220+205=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCCD is #C42332. Grayscale: #AAAAAA. Windows color (decimal): -12854067 or 13491259. OLE color: 13491259.
HSL color Cylindrical-coordinate representation of color #3BDCCD: hue angle of 174.41º degrees, saturation: 0.7, 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 #3BDCCD is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 205 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.14 |
| HSL | 174.41º | 0.7% | 0.55% | - |
| HSV(B) | 174.41º | 0.73% | 0.86% | - |
| XYZ | 38.42 | 56.52 | 66.64 | - |
| YUV | 170.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 205 | 0.73 | 0 | 0.07 | 0.14 | 174.41 | 0.7 | 0.55 |
| Hex | 3B | DC | CD | 49 | 0 | 7 | E | AE | 46 | 37 |
| Octal | 73 | 334 | 315 | 111 | 0 | 7 | 16 | 256 | 106 | 67 |
| Binary | 111011 | 11011100 | 11001101 | 1001001 | 0 | 111 | 1110 | 10101110 | 1000110 | 110111 |
Color Harmonies of #3BDCCD
Complementary color
Monochromatic Colors of #3BDCCD
Black with #3BDCCD
Text Example
Text Example
White with #3BDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCCD; }
p { color: rgb(59,220,205); }
H1.HeaderClassName
{
color: #3BDCCD;
}
.AnyTagClassName
{
color: #3BDCCD;
}
</style>
background-color css
<style>
a { background-color: #3BDCCD; }
a { background-color: rgb(59,220,205); }
div.DivClassName
{
background-color: #3BDCCD;
}
.BgClassName
{
background-color: #3BDCCD;
}
</style>
border-color css
<style>
span { border-color: #3BDCCD; }
span { border-color: rgb(59,220,205); }
td.TdClassName
{
border-color: #3BDCCD;
}
.TagClassName
{
border-color: #3BDCCD;
}
</style>