Shades of Turquoise #3CD8D3
Tints of Turquoise #3CD8D3
RGB
CMYK
RGB Variations
Color information
#3CD8D3 (or 0x3CD8D3) is known color: Turquoise. HEX triplet: 3C, D8 and D3. RGB value is (60,216,211). Sum of RGB (Red+Green+Blue) = 60+216+211=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD8D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD8D3 is #C3272C. Grayscale: #A8A8A8. Windows color (decimal): -12789549 or 13883452. OLE color: 13883452.
HSL color Cylindrical-coordinate representation of color #3CD8D3: hue angle of 178.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD8D3 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 216 | 211 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.15 |
| HSL | 178.08º | 0.67% | 0.54% | - |
| HSV(B) | 178.08º | 0.72% | 0.85% | - |
| XYZ | 38.18 | 54.78 | 70.19 | - |
| YUV | 168.79 | 151.82 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 216 | 211 | 0.72 | 0 | 0.02 | 0.15 | 178.08 | 0.67 | 0.54 |
| Hex | 3C | D8 | D3 | 48 | 0 | 2 | F | B2 | 43 | 36 |
| Octal | 74 | 330 | 323 | 110 | 0 | 2 | 17 | 262 | 103 | 66 |
| Binary | 111100 | 11011000 | 11010011 | 1001000 | 0 | 10 | 1111 | 10110010 | 1000011 | 110110 |
Color Harmonies of #3CD8D3
Complementary color
Monochromatic Colors of #3CD8D3
Black with #3CD8D3
Text Example
Text Example
White with #3CD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD8D3; }
p { color: rgb(60,216,211); }
H1.HeaderClassName
{
color: #3CD8D3;
}
.AnyTagClassName
{
color: #3CD8D3;
}
</style>
background-color css
<style>
a { background-color: #3CD8D3; }
a { background-color: rgb(60,216,211); }
div.DivClassName
{
background-color: #3CD8D3;
}
.BgClassName
{
background-color: #3CD8D3;
}
</style>
border-color css
<style>
span { border-color: #3CD8D3; }
span { border-color: rgb(60,216,211); }
td.TdClassName
{
border-color: #3CD8D3;
}
.TagClassName
{
border-color: #3CD8D3;
}
</style>