Shades of Turquoise #3CEFD8
Tints of Turquoise #3CEFD8
RGB
CMYK
RGB Variations
Color information
#3CEFD8 (or 0x3CEFD8) is known color: Turquoise. HEX triplet: 3C, EF and D8. RGB value is (60,239,216). Sum of RGB (Red+Green+Blue) = 60+239+216=515 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.65% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFD8 is #C31027. Grayscale: #B6B6B6. Windows color (decimal): -12783656 or 14217020. OLE color: 14217020.
HSL color Cylindrical-coordinate representation of color #3CEFD8: hue angle of 172.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFD8 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 216 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.06 |
| HSL | 172.29º | 0.85% | 0.59% | - |
| HSV(B) | 172.29º | 0.75% | 0.94% | - |
| XYZ | 45.12 | 67.65 | 75.65 | - |
| YUV | 182.86 | 146.7 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 216 | 0.75 | 0 | 0.10 | 0.06 | 172.29 | 0.85 | 0.59 |
| Hex | 3C | EF | D8 | 4B | 0 | A | 6 | AC | 55 | 3B |
| Octal | 74 | 357 | 330 | 113 | 0 | 12 | 6 | 254 | 125 | 73 |
| Binary | 111100 | 11101111 | 11011000 | 1001011 | 0 | 1010 | 110 | 10101100 | 1010101 | 111011 |
Color Harmonies of #3CEFD8
Complementary color
Monochromatic Colors of #3CEFD8
Black with #3CEFD8
Text Example
Text Example
White with #3CEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFD8; }
p { color: rgb(60,239,216); }
H1.HeaderClassName
{
color: #3CEFD8;
}
.AnyTagClassName
{
color: #3CEFD8;
}
</style>
background-color css
<style>
a { background-color: #3CEFD8; }
a { background-color: rgb(60,239,216); }
div.DivClassName
{
background-color: #3CEFD8;
}
.BgClassName
{
background-color: #3CEFD8;
}
</style>
border-color css
<style>
span { border-color: #3CEFD8; }
span { border-color: rgb(60,239,216); }
td.TdClassName
{
border-color: #3CEFD8;
}
.TagClassName
{
border-color: #3CEFD8;
}
</style>