Shades of Turquoise #3CE9FC
Tints of Turquoise #3CE9FC
RGB
CMYK
RGB Variations
Color information
#3CE9FC (or 0x3CE9FC) is known color: Turquoise. HEX triplet: 3C, E9 and FC. RGB value is (60,233,252). Sum of RGB (Red+Green+Blue) = 60+233+252=545 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.01% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CE9FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE9FC is #C31603. Grayscale: #B7B7B7. Windows color (decimal): -12785156 or 16574780. OLE color: 16574780.
HSL color Cylindrical-coordinate representation of color #3CE9FC: hue angle of 185.94º 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 #3CE9FC is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 233 | 252 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.01 |
| HSL | 185.94º | 0.97% | 0.61% | - |
| HSV(B) | 185.94º | 0.76% | 0.99% | - |
| XYZ | 48.57 | 66.27 | 102.33 | - |
| YUV | 183.44 | 166.69 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 252 | 0.76 | 0.08 | 0 | 0.01 | 185.94 | 0.97 | 0.61 |
| Hex | 3C | E9 | FC | 4C | 8 | 0 | 1 | BA | 61 | 3D |
| Octal | 74 | 351 | 374 | 114 | 10 | 0 | 1 | 272 | 141 | 75 |
| Binary | 111100 | 11101001 | 11111100 | 1001100 | 1000 | 0 | 1 | 10111010 | 1100001 | 111101 |
Color Harmonies of #3CE9FC
Complementary color
Monochromatic Colors of #3CE9FC
Black with #3CE9FC
Text Example
Text Example
White with #3CE9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE9FC; }
p { color: rgb(60,233,252); }
H1.HeaderClassName
{
color: #3CE9FC;
}
.AnyTagClassName
{
color: #3CE9FC;
}
</style>
background-color css
<style>
a { background-color: #3CE9FC; }
a { background-color: rgb(60,233,252); }
div.DivClassName
{
background-color: #3CE9FC;
}
.BgClassName
{
background-color: #3CE9FC;
}
</style>
border-color css
<style>
span { border-color: #3CE9FC; }
span { border-color: rgb(60,233,252); }
td.TdClassName
{
border-color: #3CE9FC;
}
.TagClassName
{
border-color: #3CE9FC;
}
</style>