Shades of Medium Turquoise #3CCEDF
Tints of Medium Turquoise #3CCEDF
RGB
CMYK
RGB Variations
Color information
#3CCEDF (or 0x3CCEDF) is known color: Medium Turquoise. HEX triplet: 3C, CE and DF. RGB value is (60,206,223). Sum of RGB (Red+Green+Blue) = 60+206+223=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CCEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEDF is #C33120. Grayscale: #A4A4A4. Windows color (decimal): -12792097 or 14667324. OLE color: 14667324.
HSL color Cylindrical-coordinate representation of color #3CCEDF: hue angle of 186.26º 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 #3CCEDF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 206 | 223 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.13 |
| HSL | 186.26º | 0.72% | 0.55% | - |
| HSV(B) | 186.26º | 0.73% | 0.87% | - |
| XYZ | 37.25 | 50.43 | 77.58 | - |
| YUV | 164.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 223 | 0.73 | 0.08 | 0 | 0.13 | 186.26 | 0.72 | 0.55 |
| Hex | 3C | CE | DF | 49 | 8 | 0 | D | BA | 48 | 37 |
| Octal | 74 | 316 | 337 | 111 | 10 | 0 | 15 | 272 | 110 | 67 |
| Binary | 111100 | 11001110 | 11011111 | 1001001 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110111 |
Color Harmonies of #3CCEDF
Complementary color
Monochromatic Colors of #3CCEDF
Black with #3CCEDF
Text Example
Text Example
White with #3CCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEDF; }
p { color: rgb(60,206,223); }
H1.HeaderClassName
{
color: #3CCEDF;
}
.AnyTagClassName
{
color: #3CCEDF;
}
</style>
background-color css
<style>
a { background-color: #3CCEDF; }
a { background-color: rgb(60,206,223); }
div.DivClassName
{
background-color: #3CCEDF;
}
.BgClassName
{
background-color: #3CCEDF;
}
</style>
border-color css
<style>
span { border-color: #3CCEDF; }
span { border-color: rgb(60,206,223); }
td.TdClassName
{
border-color: #3CCEDF;
}
.TagClassName
{
border-color: #3CCEDF;
}
</style>