Shades of Turquoise #3CDFBC
Tints of Turquoise #3CDFBC
RGB
CMYK
RGB Variations
Color information
#3CDFBC (or 0x3CDFBC) is known color: Turquoise. HEX triplet: 3C, DF and BC. RGB value is (60,223,188). Sum of RGB (Red+Green+Blue) = 60+223+188=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFBC is #C32043. Grayscale: #AAAAAA. Windows color (decimal): -12787780 or 12377916. OLE color: 12377916.
HSL color Cylindrical-coordinate representation of color #3CDFBC: hue angle of 167.12º 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 #3CDFBC is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 188 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.13 |
| HSL | 167.12º | 0.72% | 0.55% | - |
| HSV(B) | 167.12º | 0.73% | 0.87% | - |
| XYZ | 37.33 | 57.37 | 56.68 | - |
| YUV | 170.27 | 138 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 188 | 0.73 | 0 | 0.16 | 0.13 | 167.12 | 0.72 | 0.55 |
| Hex | 3C | DF | BC | 49 | 0 | 10 | D | A7 | 48 | 37 |
| Octal | 74 | 337 | 274 | 111 | 0 | 20 | 15 | 247 | 110 | 67 |
| Binary | 111100 | 11011111 | 10111100 | 1001001 | 0 | 10000 | 1101 | 10100111 | 1001000 | 110111 |
Color Harmonies of #3CDFBC
Complementary color
Monochromatic Colors of #3CDFBC
Black with #3CDFBC
Text Example
Text Example
White with #3CDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFBC; }
p { color: rgb(60,223,188); }
H1.HeaderClassName
{
color: #3CDFBC;
}
.AnyTagClassName
{
color: #3CDFBC;
}
</style>
background-color css
<style>
a { background-color: #3CDFBC; }
a { background-color: rgb(60,223,188); }
div.DivClassName
{
background-color: #3CDFBC;
}
.BgClassName
{
background-color: #3CDFBC;
}
</style>
border-color css
<style>
span { border-color: #3CDFBC; }
span { border-color: rgb(60,223,188); }
td.TdClassName
{
border-color: #3CDFBC;
}
.TagClassName
{
border-color: #3CDFBC;
}
</style>