Shades of Turquoise #3FDDE7
Tints of Turquoise #3FDDE7
RGB
CMYK
RGB Variations
Color information
#3FDDE7 (or 0x3FDDE7) is known color: Turquoise. HEX triplet: 3F, DD and E7. RGB value is (63,221,231). Sum of RGB (Red+Green+Blue) = 63+221+231=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #3FDDE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDE7 is #C02218. Grayscale: #AEAEAE. Windows color (decimal): -12591641 or 15195455. OLE color: 15195455.
HSL color Cylindrical-coordinate representation of color #3FDDE7: hue angle of 183.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDDE7 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 221 | 231 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.09 |
| HSL | 183.57º | 0.78% | 0.58% | - |
| HSV(B) | 183.57º | 0.73% | 0.91% | - |
| XYZ | 42.33 | 58.54 | 84.67 | - |
| YUV | 174.9 | 159.65 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 231 | 0.73 | 0.04 | 0 | 0.09 | 183.57 | 0.78 | 0.58 |
| Hex | 3F | DD | E7 | 49 | 4 | 0 | 9 | B8 | 4E | 3A |
| Octal | 77 | 335 | 347 | 111 | 4 | 0 | 11 | 270 | 116 | 72 |
| Binary | 111111 | 11011101 | 11100111 | 1001001 | 100 | 0 | 1001 | 10111000 | 1001110 | 111010 |
Color Harmonies of #3FDDE7
Complementary color
Monochromatic Colors of #3FDDE7
Black with #3FDDE7
Text Example
Text Example
White with #3FDDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDE7; }
p { color: rgb(63,221,231); }
H1.HeaderClassName
{
color: #3FDDE7;
}
.AnyTagClassName
{
color: #3FDDE7;
}
</style>
background-color css
<style>
a { background-color: #3FDDE7; }
a { background-color: rgb(63,221,231); }
div.DivClassName
{
background-color: #3FDDE7;
}
.BgClassName
{
background-color: #3FDDE7;
}
</style>
border-color css
<style>
span { border-color: #3FDDE7; }
span { border-color: rgb(63,221,231); }
td.TdClassName
{
border-color: #3FDDE7;
}
.TagClassName
{
border-color: #3FDDE7;
}
</style>