Shades of Turquoise #3FECEE
Tints of Turquoise #3FECEE
RGB
CMYK
RGB Variations
Color information
#3FECEE (or 0x3FECEE) is known color: Turquoise. HEX triplet: 3F, EC and EE. RGB value is (63,236,238). Sum of RGB (Red+Green+Blue) = 63+236+238=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECEE is #C01311. Grayscale: #B8B8B8. Windows color (decimal): -12587794 or 15658047. OLE color: 15658047.
HSL color Cylindrical-coordinate representation of color #3FECEE: hue angle of 180.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FECEE is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 238 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.07 |
| HSL | 180.69º | 0.84% | 0.59% | - |
| HSV(B) | 180.69º | 0.74% | 0.93% | - |
| XYZ | 47.48 | 67.22 | 91.36 | - |
| YUV | 184.5 | 158.19 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 238 | 0.74 | 0.01 | 0 | 0.07 | 180.69 | 0.84 | 0.59 |
| Hex | 3F | EC | EE | 4A | 1 | 0 | 7 | B5 | 54 | 3B |
| Octal | 77 | 354 | 356 | 112 | 1 | 0 | 7 | 265 | 124 | 73 |
| Binary | 111111 | 11101100 | 11101110 | 1001010 | 1 | 0 | 111 | 10110101 | 1010100 | 111011 |
Color Harmonies of #3FECEE
Complementary color
Monochromatic Colors of #3FECEE
Black with #3FECEE
Text Example
Text Example
White with #3FECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECEE; }
p { color: rgb(63,236,238); }
H1.HeaderClassName
{
color: #3FECEE;
}
.AnyTagClassName
{
color: #3FECEE;
}
</style>
background-color css
<style>
a { background-color: #3FECEE; }
a { background-color: rgb(63,236,238); }
div.DivClassName
{
background-color: #3FECEE;
}
.BgClassName
{
background-color: #3FECEE;
}
</style>
border-color css
<style>
span { border-color: #3FECEE; }
span { border-color: rgb(63,236,238); }
td.TdClassName
{
border-color: #3FECEE;
}
.TagClassName
{
border-color: #3FECEE;
}
</style>