Shades of Turquoise #3CE5FA
Tints of Turquoise #3CE5FA
RGB
CMYK
RGB Variations
Color information
#3CE5FA (or 0x3CE5FA) is known color: Turquoise. HEX triplet: 3C, E5 and FA. RGB value is (60,229,250). Sum of RGB (Red+Green+Blue) = 60+229+250=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CE5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE5FA is #C31A05. Grayscale: #B4B4B4. Windows color (decimal): -12786182 or 16442684. OLE color: 16442684.
HSL color Cylindrical-coordinate representation of color #3CE5FA: hue angle of 186.63º 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 #3CE5FA is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 229 | 250 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.02 |
| HSL | 186.63º | 0.95% | 0.61% | - |
| HSV(B) | 186.63º | 0.76% | 0.98% | - |
| XYZ | 47.14 | 63.9 | 100.29 | - |
| YUV | 180.86 | 167.01 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 250 | 0.76 | 0.08 | 0 | 0.02 | 186.63 | 0.95 | 0.61 |
| Hex | 3C | E5 | FA | 4C | 8 | 0 | 2 | BB | 5F | 3D |
| Octal | 74 | 345 | 372 | 114 | 10 | 0 | 2 | 273 | 137 | 75 |
| Binary | 111100 | 11100101 | 11111010 | 1001100 | 1000 | 0 | 10 | 10111011 | 1011111 | 111101 |
Color Harmonies of #3CE5FA
Complementary color
Monochromatic Colors of #3CE5FA
Black with #3CE5FA
Text Example
Text Example
White with #3CE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE5FA; }
p { color: rgb(60,229,250); }
H1.HeaderClassName
{
color: #3CE5FA;
}
.AnyTagClassName
{
color: #3CE5FA;
}
</style>
background-color css
<style>
a { background-color: #3CE5FA; }
a { background-color: rgb(60,229,250); }
div.DivClassName
{
background-color: #3CE5FA;
}
.BgClassName
{
background-color: #3CE5FA;
}
</style>
border-color css
<style>
span { border-color: #3CE5FA; }
span { border-color: rgb(60,229,250); }
td.TdClassName
{
border-color: #3CE5FA;
}
.TagClassName
{
border-color: #3CE5FA;
}
</style>