Shades of Turquoise #3CDCCB
Tints of Turquoise #3CDCCB
RGB
CMYK
RGB Variations
Color information
#3CDCCB (or 0x3CDCCB) is known color: Turquoise. HEX triplet: 3C, DC and CB. RGB value is (60,220,203). Sum of RGB (Red+Green+Blue) = 60+220+203=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCCB is #C32334. Grayscale: #AAAAAA. Windows color (decimal): -12788533 or 13360188. OLE color: 13360188.
HSL color Cylindrical-coordinate representation of color #3CDCCB: hue angle of 173.62º 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 #3CDCCB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 203 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.14 |
| HSL | 173.63º | 0.7% | 0.55% | - |
| HSV(B) | 173.63º | 0.73% | 0.86% | - |
| XYZ | 38.24 | 56.46 | 65.38 | - |
| YUV | 170.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 203 | 0.73 | 0 | 0.08 | 0.14 | 173.63 | 0.7 | 0.55 |
| Hex | 3C | DC | CB | 49 | 0 | 8 | E | AE | 46 | 37 |
| Octal | 74 | 334 | 313 | 111 | 0 | 10 | 16 | 256 | 106 | 67 |
| Binary | 111100 | 11011100 | 11001011 | 1001001 | 0 | 1000 | 1110 | 10101110 | 1000110 | 110111 |
Color Harmonies of #3CDCCB
Complementary color
Monochromatic Colors of #3CDCCB
Black with #3CDCCB
Text Example
Text Example
White with #3CDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCCB; }
p { color: rgb(60,220,203); }
H1.HeaderClassName
{
color: #3CDCCB;
}
.AnyTagClassName
{
color: #3CDCCB;
}
</style>
background-color css
<style>
a { background-color: #3CDCCB; }
a { background-color: rgb(60,220,203); }
div.DivClassName
{
background-color: #3CDCCB;
}
.BgClassName
{
background-color: #3CDCCB;
}
</style>
border-color css
<style>
span { border-color: #3CDCCB; }
span { border-color: rgb(60,220,203); }
td.TdClassName
{
border-color: #3CDCCB;
}
.TagClassName
{
border-color: #3CDCCB;
}
</style>