Shades of Turquoise #3CDFCC
Tints of Turquoise #3CDFCC
RGB
CMYK
RGB Variations
Color information
#3CDFCC (or 0x3CDFCC) is known color: Turquoise. HEX triplet: 3C, DF and CC. RGB value is (60,223,204). Sum of RGB (Red+Green+Blue) = 60+223+204=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFCC is #C32033. Grayscale: #ACACAC. Windows color (decimal): -12787764 or 13426492. OLE color: 13426492.
HSL color Cylindrical-coordinate representation of color #3CDFCC: hue angle of 173.01º degrees, saturation: 0.72, 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 #3CDFCC is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 204 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.13 |
| HSL | 173.01º | 0.72% | 0.55% | - |
| HSV(B) | 173.01º | 0.73% | 0.87% | - |
| XYZ | 39.15 | 58.1 | 66.28 | - |
| YUV | 172.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 204 | 0.73 | 0 | 0.09 | 0.13 | 173.01 | 0.72 | 0.55 |
| Hex | 3C | DF | CC | 49 | 0 | 9 | D | AD | 48 | 37 |
| Octal | 74 | 337 | 314 | 111 | 0 | 11 | 15 | 255 | 110 | 67 |
| Binary | 111100 | 11011111 | 11001100 | 1001001 | 0 | 1001 | 1101 | 10101101 | 1001000 | 110111 |
Color Harmonies of #3CDFCC
Complementary color
Monochromatic Colors of #3CDFCC
Black with #3CDFCC
Text Example
Text Example
White with #3CDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFCC; }
p { color: rgb(60,223,204); }
H1.HeaderClassName
{
color: #3CDFCC;
}
.AnyTagClassName
{
color: #3CDFCC;
}
</style>
background-color css
<style>
a { background-color: #3CDFCC; }
a { background-color: rgb(60,223,204); }
div.DivClassName
{
background-color: #3CDFCC;
}
.BgClassName
{
background-color: #3CDFCC;
}
</style>
border-color css
<style>
span { border-color: #3CDFCC; }
span { border-color: rgb(60,223,204); }
td.TdClassName
{
border-color: #3CDFCC;
}
.TagClassName
{
border-color: #3CDFCC;
}
</style>