Shades of Medium Turquoise #3CCFDF
Tints of Medium Turquoise #3CCFDF
RGB
CMYK
RGB Variations
Color information
#3CCFDF (or 0x3CCFDF) is known color: Medium Turquoise. HEX triplet: 3C, CF and DF. RGB value is (60,207,223). Sum of RGB (Red+Green+Blue) = 60+207+223=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFDF is #C33020. Grayscale: #A4A4A4. Windows color (decimal): -12791841 or 14667580. OLE color: 14667580.
HSL color Cylindrical-coordinate representation of color #3CCFDF: hue angle of 185.89º 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 #3CCFDF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 207 | 223 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.13 |
| HSL | 185.89º | 0.72% | 0.55% | - |
| HSV(B) | 185.89º | 0.73% | 0.87% | - |
| XYZ | 37.5 | 50.91 | 77.66 | - |
| YUV | 164.87 | 160.8 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 223 | 0.73 | 0.07 | 0 | 0.13 | 185.89 | 0.72 | 0.55 |
| Hex | 3C | CF | DF | 49 | 7 | 0 | D | BA | 48 | 37 |
| Octal | 74 | 317 | 337 | 111 | 7 | 0 | 15 | 272 | 110 | 67 |
| Binary | 111100 | 11001111 | 11011111 | 1001001 | 111 | 0 | 1101 | 10111010 | 1001000 | 110111 |
Color Harmonies of #3CCFDF
Complementary color
Monochromatic Colors of #3CCFDF
Black with #3CCFDF
Text Example
Text Example
White with #3CCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFDF; }
p { color: rgb(60,207,223); }
H1.HeaderClassName
{
color: #3CCFDF;
}
.AnyTagClassName
{
color: #3CCFDF;
}
</style>
background-color css
<style>
a { background-color: #3CCFDF; }
a { background-color: rgb(60,207,223); }
div.DivClassName
{
background-color: #3CCFDF;
}
.BgClassName
{
background-color: #3CCFDF;
}
</style>
border-color css
<style>
span { border-color: #3CCFDF; }
span { border-color: rgb(60,207,223); }
td.TdClassName
{
border-color: #3CCFDF;
}
.TagClassName
{
border-color: #3CCFDF;
}
</style>