Shades of Turquoise #3FDDEB
Tints of Turquoise #3FDDEB
RGB
CMYK
RGB Variations
Color information
#3FDDEB (or 0x3FDDEB) is known color: Turquoise. HEX triplet: 3F, DD and EB. RGB value is (63,221,235). Sum of RGB (Red+Green+Blue) = 63+221+235=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #3FDDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDEB is #C02214. Grayscale: #AFAFAF. Windows color (decimal): -12591637 or 15457599. OLE color: 15457599.
HSL color Cylindrical-coordinate representation of color #3FDDEB: hue angle of 184.88º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDDEB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 221 | 235 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.08 |
| HSL | 184.88º | 0.81% | 0.58% | - |
| HSV(B) | 184.88º | 0.73% | 0.92% | - |
| XYZ | 42.9 | 58.77 | 87.68 | - |
| YUV | 175.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 235 | 0.73 | 0.06 | 0 | 0.08 | 184.88 | 0.81 | 0.58 |
| Hex | 3F | DD | EB | 49 | 6 | 0 | 8 | B9 | 51 | 3A |
| Octal | 77 | 335 | 353 | 111 | 6 | 0 | 10 | 271 | 121 | 72 |
| Binary | 111111 | 11011101 | 11101011 | 1001001 | 110 | 0 | 1000 | 10111001 | 1010001 | 111010 |
Color Harmonies of #3FDDEB
Complementary color
Monochromatic Colors of #3FDDEB
Black with #3FDDEB
Text Example
Text Example
White with #3FDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDEB; }
p { color: rgb(63,221,235); }
H1.HeaderClassName
{
color: #3FDDEB;
}
.AnyTagClassName
{
color: #3FDDEB;
}
</style>
background-color css
<style>
a { background-color: #3FDDEB; }
a { background-color: rgb(63,221,235); }
div.DivClassName
{
background-color: #3FDDEB;
}
.BgClassName
{
background-color: #3FDDEB;
}
</style>
border-color css
<style>
span { border-color: #3FDDEB; }
span { border-color: rgb(63,221,235); }
td.TdClassName
{
border-color: #3FDDEB;
}
.TagClassName
{
border-color: #3FDDEB;
}
</style>