Shades of Turquoise #3FDDEC
Tints of Turquoise #3FDDEC
RGB
CMYK
RGB Variations
Color information
#3FDDEC (or 0x3FDDEC) is known color: Turquoise. HEX triplet: 3F, DD and EC. RGB value is (63,221,236). Sum of RGB (Red+Green+Blue) = 63+221+236=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FDDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDEC is #C02213. Grayscale: #AFAFAF. Windows color (decimal): -12591636 or 15523135. OLE color: 15523135.
HSL color Cylindrical-coordinate representation of color #3FDDEC: hue angle of 185.2º 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 #3FDDEC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 221 | 236 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.07 |
| HSL | 185.2º | 0.82% | 0.59% | - |
| HSV(B) | 185.2º | 0.73% | 0.93% | - |
| XYZ | 43.05 | 58.83 | 88.44 | - |
| YUV | 175.47 | 162.15 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 236 | 0.73 | 0.06 | 0 | 0.07 | 185.2 | 0.82 | 0.59 |
| Hex | 3F | DD | EC | 49 | 6 | 0 | 7 | B9 | 52 | 3B |
| Octal | 77 | 335 | 354 | 111 | 6 | 0 | 7 | 271 | 122 | 73 |
| Binary | 111111 | 11011101 | 11101100 | 1001001 | 110 | 0 | 111 | 10111001 | 1010010 | 111011 |
Color Harmonies of #3FDDEC
Complementary color
Monochromatic Colors of #3FDDEC
Black with #3FDDEC
Text Example
Text Example
White with #3FDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDEC; }
p { color: rgb(63,221,236); }
H1.HeaderClassName
{
color: #3FDDEC;
}
.AnyTagClassName
{
color: #3FDDEC;
}
</style>
background-color css
<style>
a { background-color: #3FDDEC; }
a { background-color: rgb(63,221,236); }
div.DivClassName
{
background-color: #3FDDEC;
}
.BgClassName
{
background-color: #3FDDEC;
}
</style>
border-color css
<style>
span { border-color: #3FDDEC; }
span { border-color: rgb(63,221,236); }
td.TdClassName
{
border-color: #3FDDEC;
}
.TagClassName
{
border-color: #3FDDEC;
}
</style>