Shades of Turquoise #3CDDB4
Tints of Turquoise #3CDDB4
RGB
CMYK
RGB Variations
Color information
#3CDDB4 (or 0x3CDDB4) is known color: Turquoise. HEX triplet: 3C, DD and B4. RGB value is (60,221,180). Sum of RGB (Red+Green+Blue) = 60+221+180=461 (61% of max value = 765). Red value is 60 (23.83% from 255 or 13.02% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDB4 is #C3224B. Grayscale: #A8A8A8. Windows color (decimal): -12788300 or 11853116. OLE color: 11853116.
HSL color Cylindrical-coordinate representation of color #3CDDB4: hue angle of 164.72º 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 #3CDDB4 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 180 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.13 |
| HSL | 164.72º | 0.7% | 0.55% | - |
| HSV(B) | 164.72º | 0.73% | 0.87% | - |
| XYZ | 35.96 | 55.97 | 52.09 | - |
| YUV | 168.19 | 134.66 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 180 | 0.73 | 0 | 0.19 | 0.13 | 164.72 | 0.7 | 0.55 |
| Hex | 3C | DD | B4 | 49 | 0 | 13 | D | A5 | 46 | 37 |
| Octal | 74 | 335 | 264 | 111 | 0 | 23 | 15 | 245 | 106 | 67 |
| Binary | 111100 | 11011101 | 10110100 | 1001001 | 0 | 10011 | 1101 | 10100101 | 1000110 | 110111 |
Color Harmonies of #3CDDB4
Complementary color
Monochromatic Colors of #3CDDB4
Black with #3CDDB4
Text Example
Text Example
White with #3CDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDB4; }
p { color: rgb(60,221,180); }
H1.HeaderClassName
{
color: #3CDDB4;
}
.AnyTagClassName
{
color: #3CDDB4;
}
</style>
background-color css
<style>
a { background-color: #3CDDB4; }
a { background-color: rgb(60,221,180); }
div.DivClassName
{
background-color: #3CDDB4;
}
.BgClassName
{
background-color: #3CDDB4;
}
</style>
border-color css
<style>
span { border-color: #3CDDB4; }
span { border-color: rgb(60,221,180); }
td.TdClassName
{
border-color: #3CDDB4;
}
.TagClassName
{
border-color: #3CDDB4;
}
</style>