Shades of Turquoise #3FECFF
Tints of Turquoise #3FECFF
RGB
CMYK
RGB Variations
Color information
#3FECFF (or 0x3FECFF) is known color: Turquoise. HEX triplet: 3F, EC and FF. RGB value is (63,236,255). Sum of RGB (Red+Green+Blue) = 63+236+255=554 (73% of max value = 765). Red value is 63 (25% from 255 or 11.37% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECFF is #C01300. Grayscale: #BABABA. Windows color (decimal): -12587777 or 16772159. OLE color: 16772159.
HSL color Cylindrical-coordinate representation of color #3FECFF: hue angle of 185.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FECFF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 236 | 255 | - |
| CMYK | 0.75 | 0.07 | 0 | 0 |
| HSL | 185.94º | 1% | 0.62% | - |
| HSV(B) | 185.94º | 0.75% | 1% | - |
| XYZ | 50.1 | 68.27 | 105.14 | - |
| YUV | 186.44 | 166.69 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 255 | 0.75 | 0.07 | 0 | 0 | 185.94 | 1 | 0.62 |
| Hex | 3F | EC | FF | 4B | 7 | 0 | 0 | BA | 64 | 3E |
| Octal | 77 | 354 | 377 | 113 | 7 | 0 | 0 | 272 | 144 | 76 |
| Binary | 111111 | 11101100 | 11111111 | 1001011 | 111 | 0 | 0 | 10111010 | 1100100 | 111110 |
Color Harmonies of #3FECFF
Complementary color
Monochromatic Colors of #3FECFF
Black with #3FECFF
Text Example
Text Example
White with #3FECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECFF; }
p { color: rgb(63,236,255); }
H1.HeaderClassName
{
color: #3FECFF;
}
.AnyTagClassName
{
color: #3FECFF;
}
</style>
background-color css
<style>
a { background-color: #3FECFF; }
a { background-color: rgb(63,236,255); }
div.DivClassName
{
background-color: #3FECFF;
}
.BgClassName
{
background-color: #3FECFF;
}
</style>
border-color css
<style>
span { border-color: #3FECFF; }
span { border-color: rgb(63,236,255); }
td.TdClassName
{
border-color: #3FECFF;
}
.TagClassName
{
border-color: #3FECFF;
}
</style>