Shades of Medium Turquoise #3CCFE5
Tints of Medium Turquoise #3CCFE5
RGB
CMYK
RGB Variations
Color information
#3CCFE5 (or 0x3CCFE5) is known color: Medium Turquoise. HEX triplet: 3C, CF and E5. RGB value is (60,207,229). Sum of RGB (Red+Green+Blue) = 60+207+229=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #3CCFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFE5 is #C3301A. Grayscale: #A5A5A5. Windows color (decimal): -12791835 or 15060796. OLE color: 15060796.
HSL color Cylindrical-coordinate representation of color #3CCFE5: hue angle of 187.81º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCFE5 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 207 | 229 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.10 |
| HSL | 187.81º | 0.76% | 0.57% | - |
| HSV(B) | 187.81º | 0.74% | 0.9% | - |
| XYZ | 38.32 | 51.24 | 82 | - |
| YUV | 165.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 229 | 0.74 | 0.10 | 0 | 0.10 | 187.81 | 0.76 | 0.57 |
| Hex | 3C | CF | E5 | 4A | A | 0 | A | BC | 4C | 39 |
| Octal | 74 | 317 | 345 | 112 | 12 | 0 | 12 | 274 | 114 | 71 |
| Binary | 111100 | 11001111 | 11100101 | 1001010 | 1010 | 0 | 1010 | 10111100 | 1001100 | 111001 |
Color Harmonies of #3CCFE5
Complementary color
Monochromatic Colors of #3CCFE5
Black with #3CCFE5
Text Example
Text Example
White with #3CCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFE5; }
p { color: rgb(60,207,229); }
H1.HeaderClassName
{
color: #3CCFE5;
}
.AnyTagClassName
{
color: #3CCFE5;
}
</style>
background-color css
<style>
a { background-color: #3CCFE5; }
a { background-color: rgb(60,207,229); }
div.DivClassName
{
background-color: #3CCFE5;
}
.BgClassName
{
background-color: #3CCFE5;
}
</style>
border-color css
<style>
span { border-color: #3CCFE5; }
span { border-color: rgb(60,207,229); }
td.TdClassName
{
border-color: #3CCFE5;
}
.TagClassName
{
border-color: #3CCFE5;
}
</style>