Shades of Medium Turquoise #3CCFD7
Tints of Medium Turquoise #3CCFD7
RGB
CMYK
RGB Variations
Color information
#3CCFD7 (or 0x3CCFD7) is known color: Medium Turquoise. HEX triplet: 3C, CF and D7. RGB value is (60,207,215). Sum of RGB (Red+Green+Blue) = 60+207+215=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #3CCFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFD7 is #C33028. Grayscale: #A3A3A3. Windows color (decimal): -12791849 or 14143292. OLE color: 14143292.
HSL color Cylindrical-coordinate representation of color #3CCFD7: hue angle of 183.1º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCFD7 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 207 | 215 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.16 |
| HSL | 183.1º | 0.66% | 0.54% | - |
| HSV(B) | 183.1º | 0.72% | 0.84% | - |
| XYZ | 36.44 | 50.49 | 72.12 | - |
| YUV | 163.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 215 | 0.72 | 0.04 | 0 | 0.16 | 183.1 | 0.66 | 0.54 |
| Hex | 3C | CF | D7 | 48 | 4 | 0 | 10 | B7 | 42 | 36 |
| Octal | 74 | 317 | 327 | 110 | 4 | 0 | 20 | 267 | 102 | 66 |
| Binary | 111100 | 11001111 | 11010111 | 1001000 | 100 | 0 | 10000 | 10110111 | 1000010 | 110110 |
Color Harmonies of #3CCFD7
Complementary color
Monochromatic Colors of #3CCFD7
Black with #3CCFD7
Text Example
Text Example
White with #3CCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFD7; }
p { color: rgb(60,207,215); }
H1.HeaderClassName
{
color: #3CCFD7;
}
.AnyTagClassName
{
color: #3CCFD7;
}
</style>
background-color css
<style>
a { background-color: #3CCFD7; }
a { background-color: rgb(60,207,215); }
div.DivClassName
{
background-color: #3CCFD7;
}
.BgClassName
{
background-color: #3CCFD7;
}
</style>
border-color css
<style>
span { border-color: #3CCFD7; }
span { border-color: rgb(60,207,215); }
td.TdClassName
{
border-color: #3CCFD7;
}
.TagClassName
{
border-color: #3CCFD7;
}
</style>