Shades of Turquoise #3CDFB9
Tints of Turquoise #3CDFB9
RGB
CMYK
RGB Variations
Color information
#3CDFB9 (or 0x3CDFB9) is known color: Turquoise. HEX triplet: 3C, DF and B9. RGB value is (60,223,185). Sum of RGB (Red+Green+Blue) = 60+223+185=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFB9 is #C32046. Grayscale: #A9A9A9. Windows color (decimal): -12787783 or 12181308. OLE color: 12181308.
HSL color Cylindrical-coordinate representation of color #3CDFB9: hue angle of 166.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 #3CDFB9 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 185 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.13 |
| HSL | 166.01º | 0.72% | 0.55% | - |
| HSV(B) | 166.01º | 0.73% | 0.87% | - |
| XYZ | 37.01 | 57.24 | 55 | - |
| YUV | 169.93 | 136.5 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 185 | 0.73 | 0 | 0.17 | 0.13 | 166.01 | 0.72 | 0.55 |
| Hex | 3C | DF | B9 | 49 | 0 | 11 | D | A6 | 48 | 37 |
| Octal | 74 | 337 | 271 | 111 | 0 | 21 | 15 | 246 | 110 | 67 |
| Binary | 111100 | 11011111 | 10111001 | 1001001 | 0 | 10001 | 1101 | 10100110 | 1001000 | 110111 |
Color Harmonies of #3CDFB9
Complementary color
Monochromatic Colors of #3CDFB9
Black with #3CDFB9
Text Example
Text Example
White with #3CDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFB9; }
p { color: rgb(60,223,185); }
H1.HeaderClassName
{
color: #3CDFB9;
}
.AnyTagClassName
{
color: #3CDFB9;
}
</style>
background-color css
<style>
a { background-color: #3CDFB9; }
a { background-color: rgb(60,223,185); }
div.DivClassName
{
background-color: #3CDFB9;
}
.BgClassName
{
background-color: #3CDFB9;
}
</style>
border-color css
<style>
span { border-color: #3CDFB9; }
span { border-color: rgb(60,223,185); }
td.TdClassName
{
border-color: #3CDFB9;
}
.TagClassName
{
border-color: #3CDFB9;
}
</style>