Shades of Turquoise #3FECFA
Tints of Turquoise #3FECFA
RGB
CMYK
RGB Variations
Color information
#3FECFA (or 0x3FECFA) is known color: Turquoise. HEX triplet: 3F, EC and FA. RGB value is (63,236,250). Sum of RGB (Red+Green+Blue) = 63+236+250=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECFA is #C01305. Grayscale: #B9B9B9. Windows color (decimal): -12587782 or 16444479. OLE color: 16444479.
HSL color Cylindrical-coordinate representation of color #3FECFA: hue angle of 184.49º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FECFA is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 236 | 250 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.02 |
| HSL | 184.49º | 0.95% | 0.61% | - |
| HSV(B) | 184.49º | 0.75% | 0.98% | - |
| XYZ | 49.3 | 67.95 | 100.96 | - |
| YUV | 185.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 250 | 0.75 | 0.06 | 0 | 0.02 | 184.49 | 0.95 | 0.61 |
| Hex | 3F | EC | FA | 4B | 6 | 0 | 2 | B8 | 5F | 3D |
| Octal | 77 | 354 | 372 | 113 | 6 | 0 | 2 | 270 | 137 | 75 |
| Binary | 111111 | 11101100 | 11111010 | 1001011 | 110 | 0 | 10 | 10111000 | 1011111 | 111101 |
Color Harmonies of #3FECFA
Complementary color
Monochromatic Colors of #3FECFA
Black with #3FECFA
Text Example
Text Example
White with #3FECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECFA; }
p { color: rgb(63,236,250); }
H1.HeaderClassName
{
color: #3FECFA;
}
.AnyTagClassName
{
color: #3FECFA;
}
</style>
background-color css
<style>
a { background-color: #3FECFA; }
a { background-color: rgb(63,236,250); }
div.DivClassName
{
background-color: #3FECFA;
}
.BgClassName
{
background-color: #3FECFA;
}
</style>
border-color css
<style>
span { border-color: #3FECFA; }
span { border-color: rgb(63,236,250); }
td.TdClassName
{
border-color: #3FECFA;
}
.TagClassName
{
border-color: #3FECFA;
}
</style>