Shades of Turquoise #3CFEEB
Tints of Turquoise #3CFEEB
RGB
CMYK
RGB Variations
Color information
#3CFEEB (or 0x3CFEEB) is known color: Turquoise. HEX triplet: 3C, FE and EB. RGB value is (60,254,235). Sum of RGB (Red+Green+Blue) = 60+254+235=549 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.93% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFEEB is #C30114. Grayscale: #C1C1C1. Windows color (decimal): -12779797 or 15466044. OLE color: 15466044.
HSL color Cylindrical-coordinate representation of color #3CFEEB: hue angle of 174.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEEB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 235 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.00 |
| HSL | 174.12º | 0.99% | 0.62% | - |
| HSV(B) | 174.12º | 0.76% | 1% | - |
| XYZ | 52.3 | 77.84 | 90.87 | - |
| YUV | 193.83 | 151.23 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 235 | 0.76 | 0 | 0.07 | 0.00 | 174.12 | 0.99 | 0.62 |
| Hex | 3C | FE | EB | 4C | 0 | 7 | 0 | AE | 63 | 3E |
| Octal | 74 | 376 | 353 | 114 | 0 | 7 | 0 | 256 | 143 | 76 |
| Binary | 111100 | 11111110 | 11101011 | 1001100 | 0 | 111 | 0 | 10101110 | 1100011 | 111110 |
Color Harmonies of #3CFEEB
Complementary color
Monochromatic Colors of #3CFEEB
Black with #3CFEEB
Text Example
Text Example
White with #3CFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEEB; }
p { color: rgb(60,254,235); }
H1.HeaderClassName
{
color: #3CFEEB;
}
.AnyTagClassName
{
color: #3CFEEB;
}
</style>
background-color css
<style>
a { background-color: #3CFEEB; }
a { background-color: rgb(60,254,235); }
div.DivClassName
{
background-color: #3CFEEB;
}
.BgClassName
{
background-color: #3CFEEB;
}
</style>
border-color css
<style>
span { border-color: #3CFEEB; }
span { border-color: rgb(60,254,235); }
td.TdClassName
{
border-color: #3CFEEB;
}
.TagClassName
{
border-color: #3CFEEB;
}
</style>