Shades of Turquoise #3CDFD1
Tints of Turquoise #3CDFD1
RGB
CMYK
RGB Variations
Color information
#3CDFD1 (or 0x3CDFD1) is known color: Turquoise. HEX triplet: 3C, DF and D1. RGB value is (60,223,209). Sum of RGB (Red+Green+Blue) = 60+223+209=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFD1 is #C3202E. Grayscale: #ACACAC. Windows color (decimal): -12787759 or 13754172. OLE color: 13754172.
HSL color Cylindrical-coordinate representation of color #3CDFD1: hue angle of 174.85º 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 #3CDFD1 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 209 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.13 |
| HSL | 174.85º | 0.72% | 0.55% | - |
| HSV(B) | 174.85º | 0.73% | 0.87% | - |
| XYZ | 39.76 | 58.34 | 69.49 | - |
| YUV | 172.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 209 | 0.73 | 0 | 0.06 | 0.13 | 174.85 | 0.72 | 0.55 |
| Hex | 3C | DF | D1 | 49 | 0 | 6 | D | AF | 48 | 37 |
| Octal | 74 | 337 | 321 | 111 | 0 | 6 | 15 | 257 | 110 | 67 |
| Binary | 111100 | 11011111 | 11010001 | 1001001 | 0 | 110 | 1101 | 10101111 | 1001000 | 110111 |
Color Harmonies of #3CDFD1
Complementary color
Monochromatic Colors of #3CDFD1
Black with #3CDFD1
Text Example
Text Example
White with #3CDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFD1; }
p { color: rgb(60,223,209); }
H1.HeaderClassName
{
color: #3CDFD1;
}
.AnyTagClassName
{
color: #3CDFD1;
}
</style>
background-color css
<style>
a { background-color: #3CDFD1; }
a { background-color: rgb(60,223,209); }
div.DivClassName
{
background-color: #3CDFD1;
}
.BgClassName
{
background-color: #3CDFD1;
}
</style>
border-color css
<style>
span { border-color: #3CDFD1; }
span { border-color: rgb(60,223,209); }
td.TdClassName
{
border-color: #3CDFD1;
}
.TagClassName
{
border-color: #3CDFD1;
}
</style>