Shades of Medium Turquoise #3CCFE3
Tints of Medium Turquoise #3CCFE3
RGB
CMYK
RGB Variations
Color information
#3CCFE3 (or 0x3CCFE3) is known color: Medium Turquoise. HEX triplet: 3C, CF and E3. RGB value is (60,207,227). Sum of RGB (Red+Green+Blue) = 60+207+227=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #3CCFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFE3 is #C3301C. Grayscale: #A5A5A5. Windows color (decimal): -12791837 or 14929724. OLE color: 14929724.
HSL color Cylindrical-coordinate representation of color #3CCFE3: hue angle of 187.19º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCFE3 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 207 | 227 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.11 |
| HSL | 187.19º | 0.75% | 0.56% | - |
| HSV(B) | 187.19º | 0.74% | 0.89% | - |
| XYZ | 38.04 | 51.13 | 80.54 | - |
| YUV | 165.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 227 | 0.74 | 0.09 | 0 | 0.11 | 187.19 | 0.75 | 0.56 |
| Hex | 3C | CF | E3 | 4A | 9 | 0 | B | BB | 4B | 38 |
| Octal | 74 | 317 | 343 | 112 | 11 | 0 | 13 | 273 | 113 | 70 |
| Binary | 111100 | 11001111 | 11100011 | 1001010 | 1001 | 0 | 1011 | 10111011 | 1001011 | 111000 |
Color Harmonies of #3CCFE3
Complementary color
Monochromatic Colors of #3CCFE3
Black with #3CCFE3
Text Example
Text Example
White with #3CCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFE3; }
p { color: rgb(60,207,227); }
H1.HeaderClassName
{
color: #3CCFE3;
}
.AnyTagClassName
{
color: #3CCFE3;
}
</style>
background-color css
<style>
a { background-color: #3CCFE3; }
a { background-color: rgb(60,207,227); }
div.DivClassName
{
background-color: #3CCFE3;
}
.BgClassName
{
background-color: #3CCFE3;
}
</style>
border-color css
<style>
span { border-color: #3CCFE3; }
span { border-color: rgb(60,207,227); }
td.TdClassName
{
border-color: #3CCFE3;
}
.TagClassName
{
border-color: #3CCFE3;
}
</style>