Shades of Turquoise #3CE4FC
Tints of Turquoise #3CE4FC
RGB
CMYK
RGB Variations
Color information
#3CE4FC (or 0x3CE4FC) is known color: Turquoise. HEX triplet: 3C, E4 and FC. RGB value is (60,228,252). Sum of RGB (Red+Green+Blue) = 60+228+252=540 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.11% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CE4FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE4FC is #C31B03. Grayscale: #B4B4B4. Windows color (decimal): -12786436 or 16573500. OLE color: 16573500.
HSL color Cylindrical-coordinate representation of color #3CE4FC: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE4FC is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 228 | 252 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.01 |
| HSL | 187.5º | 0.97% | 0.61% | - |
| HSV(B) | 187.5º | 0.76% | 0.99% | - |
| XYZ | 47.18 | 63.48 | 101.86 | - |
| YUV | 180.5 | 168.34 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 252 | 0.76 | 0.10 | 0 | 0.01 | 187.5 | 0.97 | 0.61 |
| Hex | 3C | E4 | FC | 4C | A | 0 | 1 | BC | 61 | 3D |
| Octal | 74 | 344 | 374 | 114 | 12 | 0 | 1 | 274 | 141 | 75 |
| Binary | 111100 | 11100100 | 11111100 | 1001100 | 1010 | 0 | 1 | 10111100 | 1100001 | 111101 |
Color Harmonies of #3CE4FC
Complementary color
Monochromatic Colors of #3CE4FC
Black with #3CE4FC
Text Example
Text Example
White with #3CE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE4FC; }
p { color: rgb(60,228,252); }
H1.HeaderClassName
{
color: #3CE4FC;
}
.AnyTagClassName
{
color: #3CE4FC;
}
</style>
background-color css
<style>
a { background-color: #3CE4FC; }
a { background-color: rgb(60,228,252); }
div.DivClassName
{
background-color: #3CE4FC;
}
.BgClassName
{
background-color: #3CE4FC;
}
</style>
border-color css
<style>
span { border-color: #3CE4FC; }
span { border-color: rgb(60,228,252); }
td.TdClassName
{
border-color: #3CE4FC;
}
.TagClassName
{
border-color: #3CE4FC;
}
</style>