Shades of Turquoise #3CDAB8
Tints of Turquoise #3CDAB8
RGB
CMYK
RGB Variations
Color information
#3CDAB8 (or 0x3CDAB8) is known color: Turquoise. HEX triplet: 3C, DA and B8. RGB value is (60,218,184). Sum of RGB (Red+Green+Blue) = 60+218+184=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDAB8 is #C32547. Grayscale: #A6A6A6. Windows color (decimal): -12789064 or 12114492. OLE color: 12114492.
HSL color Cylindrical-coordinate representation of color #3CDAB8: hue angle of 167.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDAB8 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 184 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.15 |
| HSL | 167.09º | 0.68% | 0.55% | - |
| HSV(B) | 167.09º | 0.72% | 0.85% | - |
| XYZ | 35.59 | 54.56 | 54 | - |
| YUV | 166.88 | 137.65 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 184 | 0.72 | 0 | 0.16 | 0.15 | 167.09 | 0.68 | 0.55 |
| Hex | 3C | DA | B8 | 48 | 0 | 10 | F | A7 | 44 | 37 |
| Octal | 74 | 332 | 270 | 110 | 0 | 20 | 17 | 247 | 104 | 67 |
| Binary | 111100 | 11011010 | 10111000 | 1001000 | 0 | 10000 | 1111 | 10100111 | 1000100 | 110111 |
Color Harmonies of #3CDAB8
Complementary color
Monochromatic Colors of #3CDAB8
Black with #3CDAB8
Text Example
Text Example
White with #3CDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAB8; }
p { color: rgb(60,218,184); }
H1.HeaderClassName
{
color: #3CDAB8;
}
.AnyTagClassName
{
color: #3CDAB8;
}
</style>
background-color css
<style>
a { background-color: #3CDAB8; }
a { background-color: rgb(60,218,184); }
div.DivClassName
{
background-color: #3CDAB8;
}
.BgClassName
{
background-color: #3CDAB8;
}
</style>
border-color css
<style>
span { border-color: #3CDAB8; }
span { border-color: rgb(60,218,184); }
td.TdClassName
{
border-color: #3CDAB8;
}
.TagClassName
{
border-color: #3CDAB8;
}
</style>