Shades of Turquoise #3FDFEC
Tints of Turquoise #3FDFEC
RGB
CMYK
RGB Variations
Color information
#3FDFEC (or 0x3FDFEC) is known color: Turquoise. HEX triplet: 3F, DF and EC. RGB value is (63,223,236). Sum of RGB (Red+Green+Blue) = 63+223+236=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FDFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFEC is #C02013. Grayscale: #B0B0B0. Windows color (decimal): -12591124 or 15523647. OLE color: 15523647.
HSL color Cylindrical-coordinate representation of color #3FDFEC: hue angle of 184.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDFEC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 223 | 236 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.07 |
| HSL | 184.51º | 0.82% | 0.59% | - |
| HSV(B) | 184.51º | 0.73% | 0.93% | - |
| XYZ | 43.58 | 59.89 | 88.62 | - |
| YUV | 176.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 236 | 0.73 | 0.06 | 0 | 0.07 | 184.51 | 0.82 | 0.59 |
| Hex | 3F | DF | EC | 49 | 6 | 0 | 7 | B9 | 52 | 3B |
| Octal | 77 | 337 | 354 | 111 | 6 | 0 | 7 | 271 | 122 | 73 |
| Binary | 111111 | 11011111 | 11101100 | 1001001 | 110 | 0 | 111 | 10111001 | 1010010 | 111011 |
Color Harmonies of #3FDFEC
Complementary color
Monochromatic Colors of #3FDFEC
Black with #3FDFEC
Text Example
Text Example
White with #3FDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFEC; }
p { color: rgb(63,223,236); }
H1.HeaderClassName
{
color: #3FDFEC;
}
.AnyTagClassName
{
color: #3FDFEC;
}
</style>
background-color css
<style>
a { background-color: #3FDFEC; }
a { background-color: rgb(63,223,236); }
div.DivClassName
{
background-color: #3FDFEC;
}
.BgClassName
{
background-color: #3FDFEC;
}
</style>
border-color css
<style>
span { border-color: #3FDFEC; }
span { border-color: rgb(63,223,236); }
td.TdClassName
{
border-color: #3FDFEC;
}
.TagClassName
{
border-color: #3FDFEC;
}
</style>