Shades of Turquoise #3CE5EF
Tints of Turquoise #3CE5EF
RGB
CMYK
RGB Variations
Color information
#3CE5EF (or 0x3CE5EF) is known color: Turquoise. HEX triplet: 3C, E5 and EF. RGB value is (60,229,239). Sum of RGB (Red+Green+Blue) = 60+229+239=528 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.36% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CE5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE5EF is #C31A10. Grayscale: #B3B3B3. Windows color (decimal): -12786193 or 15721788. OLE color: 15721788.
HSL color Cylindrical-coordinate representation of color #3CE5EF: hue angle of 183.35º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CE5EF is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 229 | 239 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.06 |
| HSL | 183.35º | 0.85% | 0.59% | - |
| HSV(B) | 183.35º | 0.75% | 0.94% | - |
| XYZ | 45.46 | 63.23 | 91.47 | - |
| YUV | 179.61 | 161.51 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 239 | 0.75 | 0.04 | 0 | 0.06 | 183.35 | 0.85 | 0.59 |
| Hex | 3C | E5 | EF | 4B | 4 | 0 | 6 | B7 | 55 | 3B |
| Octal | 74 | 345 | 357 | 113 | 4 | 0 | 6 | 267 | 125 | 73 |
| Binary | 111100 | 11100101 | 11101111 | 1001011 | 100 | 0 | 110 | 10110111 | 1010101 | 111011 |
Color Harmonies of #3CE5EF
Complementary color
Monochromatic Colors of #3CE5EF
Black with #3CE5EF
Text Example
Text Example
White with #3CE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE5EF; }
p { color: rgb(60,229,239); }
H1.HeaderClassName
{
color: #3CE5EF;
}
.AnyTagClassName
{
color: #3CE5EF;
}
</style>
background-color css
<style>
a { background-color: #3CE5EF; }
a { background-color: rgb(60,229,239); }
div.DivClassName
{
background-color: #3CE5EF;
}
.BgClassName
{
background-color: #3CE5EF;
}
</style>
border-color css
<style>
span { border-color: #3CE5EF; }
span { border-color: rgb(60,229,239); }
td.TdClassName
{
border-color: #3CE5EF;
}
.TagClassName
{
border-color: #3CE5EF;
}
</style>