Shades of Turquoise #3CDBCD
Tints of Turquoise #3CDBCD
RGB
CMYK
RGB Variations
Color information
#3CDBCD (or 0x3CDBCD) is known color: Turquoise. HEX triplet: 3C, DB and CD. RGB value is (60,219,205). Sum of RGB (Red+Green+Blue) = 60+219+205=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBCD is #C32432. Grayscale: #A9A9A9. Windows color (decimal): -12788787 or 13491004. OLE color: 13491004.
HSL color Cylindrical-coordinate representation of color #3CDBCD: hue angle of 174.72º 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 #3CDBCD is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 205 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.14 |
| HSL | 174.72º | 0.69% | 0.55% | - |
| HSV(B) | 174.72º | 0.73% | 0.86% | - |
| XYZ | 38.21 | 56.03 | 66.56 | - |
| YUV | 169.86 | 147.82 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 205 | 0.73 | 0 | 0.06 | 0.14 | 174.72 | 0.69 | 0.55 |
| Hex | 3C | DB | CD | 49 | 0 | 6 | E | AF | 45 | 37 |
| Octal | 74 | 333 | 315 | 111 | 0 | 6 | 16 | 257 | 105 | 67 |
| Binary | 111100 | 11011011 | 11001101 | 1001001 | 0 | 110 | 1110 | 10101111 | 1000101 | 110111 |
Color Harmonies of #3CDBCD
Complementary color
Monochromatic Colors of #3CDBCD
Black with #3CDBCD
Text Example
Text Example
White with #3CDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBCD; }
p { color: rgb(60,219,205); }
H1.HeaderClassName
{
color: #3CDBCD;
}
.AnyTagClassName
{
color: #3CDBCD;
}
</style>
background-color css
<style>
a { background-color: #3CDBCD; }
a { background-color: rgb(60,219,205); }
div.DivClassName
{
background-color: #3CDBCD;
}
.BgClassName
{
background-color: #3CDBCD;
}
</style>
border-color css
<style>
span { border-color: #3CDBCD; }
span { border-color: rgb(60,219,205); }
td.TdClassName
{
border-color: #3CDBCD;
}
.TagClassName
{
border-color: #3CDBCD;
}
</style>