Shades of Turquoise #3CE5FC
Tints of Turquoise #3CE5FC
RGB
CMYK
RGB Variations
Color information
#3CE5FC (or 0x3CE5FC) is known color: Turquoise. HEX triplet: 3C, E5 and FC. RGB value is (60,229,252). Sum of RGB (Red+Green+Blue) = 60+229+252=541 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.09% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CE5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE5FC is #C31A03. Grayscale: #B4B4B4. Windows color (decimal): -12786180 or 16573756. OLE color: 16573756.
HSL color Cylindrical-coordinate representation of color #3CE5FC: hue angle of 187.19º 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 #3CE5FC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 229 | 252 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.01 |
| HSL | 187.19º | 0.97% | 0.61% | - |
| HSV(B) | 187.19º | 0.76% | 0.99% | - |
| XYZ | 47.45 | 64.03 | 101.95 | - |
| YUV | 181.09 | 168.01 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 252 | 0.76 | 0.09 | 0 | 0.01 | 187.19 | 0.97 | 0.61 |
| Hex | 3C | E5 | FC | 4C | 9 | 0 | 1 | BB | 61 | 3D |
| Octal | 74 | 345 | 374 | 114 | 11 | 0 | 1 | 273 | 141 | 75 |
| Binary | 111100 | 11100101 | 11111100 | 1001100 | 1001 | 0 | 1 | 10111011 | 1100001 | 111101 |
Color Harmonies of #3CE5FC
Complementary color
Monochromatic Colors of #3CE5FC
Black with #3CE5FC
Text Example
Text Example
White with #3CE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE5FC; }
p { color: rgb(60,229,252); }
H1.HeaderClassName
{
color: #3CE5FC;
}
.AnyTagClassName
{
color: #3CE5FC;
}
</style>
background-color css
<style>
a { background-color: #3CE5FC; }
a { background-color: rgb(60,229,252); }
div.DivClassName
{
background-color: #3CE5FC;
}
.BgClassName
{
background-color: #3CE5FC;
}
</style>
border-color css
<style>
span { border-color: #3CE5FC; }
span { border-color: rgb(60,229,252); }
td.TdClassName
{
border-color: #3CE5FC;
}
.TagClassName
{
border-color: #3CE5FC;
}
</style>