Shades of Medium Turquoise #3CCEE5
Tints of Medium Turquoise #3CCEE5
RGB
CMYK
RGB Variations
Color information
#3CCEE5 (or 0x3CCEE5) is known color: Medium Turquoise. HEX triplet: 3C, CE and E5. RGB value is (60,206,229). Sum of RGB (Red+Green+Blue) = 60+206+229=495 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.12% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #3CCEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEE5 is #C3311A. Grayscale: #A4A4A4. Windows color (decimal): -12792091 or 15060540. OLE color: 15060540.
HSL color Cylindrical-coordinate representation of color #3CCEE5: hue angle of 188.17º 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 #3CCEE5 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 206 | 229 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.10 |
| HSL | 188.17º | 0.76% | 0.57% | - |
| HSV(B) | 188.17º | 0.74% | 0.9% | - |
| XYZ | 38.08 | 50.76 | 81.92 | - |
| YUV | 164.97 | 164.13 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 229 | 0.74 | 0.10 | 0 | 0.10 | 188.17 | 0.76 | 0.57 |
| Hex | 3C | CE | E5 | 4A | A | 0 | A | BC | 4C | 39 |
| Octal | 74 | 316 | 345 | 112 | 12 | 0 | 12 | 274 | 114 | 71 |
| Binary | 111100 | 11001110 | 11100101 | 1001010 | 1010 | 0 | 1010 | 10111100 | 1001100 | 111001 |
Color Harmonies of #3CCEE5
Complementary color
Monochromatic Colors of #3CCEE5
Black with #3CCEE5
Text Example
Text Example
White with #3CCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEE5; }
p { color: rgb(60,206,229); }
H1.HeaderClassName
{
color: #3CCEE5;
}
.AnyTagClassName
{
color: #3CCEE5;
}
</style>
background-color css
<style>
a { background-color: #3CCEE5; }
a { background-color: rgb(60,206,229); }
div.DivClassName
{
background-color: #3CCEE5;
}
.BgClassName
{
background-color: #3CCEE5;
}
</style>
border-color css
<style>
span { border-color: #3CCEE5; }
span { border-color: rgb(60,206,229); }
td.TdClassName
{
border-color: #3CCEE5;
}
.TagClassName
{
border-color: #3CCEE5;
}
</style>