Shades of Turquoise #3CDFD8
Tints of Turquoise #3CDFD8
RGB
CMYK
RGB Variations
Color information
#3CDFD8 (or 0x3CDFD8) is known color: Turquoise. HEX triplet: 3C, DF and D8. RGB value is (60,223,216). Sum of RGB (Red+Green+Blue) = 60+223+216=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFD8 is #C32027. Grayscale: #ADADAD. Windows color (decimal): -12787752 or 14212924. OLE color: 14212924.
HSL color Cylindrical-coordinate representation of color #3CDFD8: hue angle of 177.42º 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 #3CDFD8 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 216 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.13 |
| HSL | 177.42º | 0.72% | 0.55% | - |
| HSV(B) | 177.42º | 0.73% | 0.87% | - |
| XYZ | 40.65 | 58.69 | 74.15 | - |
| YUV | 173.47 | 152 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 216 | 0.73 | 0 | 0.03 | 0.13 | 177.42 | 0.72 | 0.55 |
| Hex | 3C | DF | D8 | 49 | 0 | 3 | D | B1 | 48 | 37 |
| Octal | 74 | 337 | 330 | 111 | 0 | 3 | 15 | 261 | 110 | 67 |
| Binary | 111100 | 11011111 | 11011000 | 1001001 | 0 | 11 | 1101 | 10110001 | 1001000 | 110111 |
Color Harmonies of #3CDFD8
Complementary color
Monochromatic Colors of #3CDFD8
Black with #3CDFD8
Text Example
Text Example
White with #3CDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFD8; }
p { color: rgb(60,223,216); }
H1.HeaderClassName
{
color: #3CDFD8;
}
.AnyTagClassName
{
color: #3CDFD8;
}
</style>
background-color css
<style>
a { background-color: #3CDFD8; }
a { background-color: rgb(60,223,216); }
div.DivClassName
{
background-color: #3CDFD8;
}
.BgClassName
{
background-color: #3CDFD8;
}
</style>
border-color css
<style>
span { border-color: #3CDFD8; }
span { border-color: rgb(60,223,216); }
td.TdClassName
{
border-color: #3CDFD8;
}
.TagClassName
{
border-color: #3CDFD8;
}
</style>