Shades of Turquoise #3CE0FA
Tints of Turquoise #3CE0FA
RGB
CMYK
RGB Variations
Color information
#3CE0FA (or 0x3CE0FA) is known color: Turquoise. HEX triplet: 3C, E0 and FA. RGB value is (60,224,250). Sum of RGB (Red+Green+Blue) = 60+224+250=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CE0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE0FA is #C31F05. Grayscale: #B1B1B1. Windows color (decimal): -12787462 or 16441404. OLE color: 16441404.
HSL color Cylindrical-coordinate representation of color #3CE0FA: hue angle of 188.21º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE0FA is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 224 | 250 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.02 |
| HSL | 188.21º | 0.95% | 0.61% | - |
| HSV(B) | 188.21º | 0.76% | 0.98% | - |
| XYZ | 45.77 | 61.17 | 99.84 | - |
| YUV | 177.93 | 168.67 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 250 | 0.76 | 0.10 | 0 | 0.02 | 188.21 | 0.95 | 0.61 |
| Hex | 3C | E0 | FA | 4C | A | 0 | 2 | BC | 5F | 3D |
| Octal | 74 | 340 | 372 | 114 | 12 | 0 | 2 | 274 | 137 | 75 |
| Binary | 111100 | 11100000 | 11111010 | 1001100 | 1010 | 0 | 10 | 10111100 | 1011111 | 111101 |
Color Harmonies of #3CE0FA
Complementary color
Monochromatic Colors of #3CE0FA
Black with #3CE0FA
Text Example
Text Example
White with #3CE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0FA; }
p { color: rgb(60,224,250); }
H1.HeaderClassName
{
color: #3CE0FA;
}
.AnyTagClassName
{
color: #3CE0FA;
}
</style>
background-color css
<style>
a { background-color: #3CE0FA; }
a { background-color: rgb(60,224,250); }
div.DivClassName
{
background-color: #3CE0FA;
}
.BgClassName
{
background-color: #3CE0FA;
}
</style>
border-color css
<style>
span { border-color: #3CE0FA; }
span { border-color: rgb(60,224,250); }
td.TdClassName
{
border-color: #3CE0FA;
}
.TagClassName
{
border-color: #3CE0FA;
}
</style>