Shades of Turquoise #3FDFDE
Tints of Turquoise #3FDFDE
RGB
CMYK
RGB Variations
Color information
#3FDFDE (or 0x3FDFDE) is known color: Turquoise. HEX triplet: 3F, DF and DE. RGB value is (63,223,222). Sum of RGB (Red+Green+Blue) = 63+223+222=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFDE is #C02021. Grayscale: #AEAEAE. Windows color (decimal): -12591138 or 14606143. OLE color: 14606143.
HSL color Cylindrical-coordinate representation of color #3FDFDE: hue angle of 179.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFDE is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 222 | - |
| CMYK | 0.72 | 0 | 0.00 | 0.13 |
| HSL | 179.63º | 0.71% | 0.56% | - |
| HSV(B) | 179.63º | 0.72% | 0.87% | - |
| XYZ | 41.62 | 59.11 | 78.32 | - |
| YUV | 175.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 222 | 0.72 | 0 | 0.00 | 0.13 | 179.63 | 0.71 | 0.56 |
| Hex | 3F | DF | DE | 48 | 0 | 0 | D | B4 | 47 | 38 |
| Octal | 77 | 337 | 336 | 110 | 0 | 0 | 15 | 264 | 107 | 70 |
| Binary | 111111 | 11011111 | 11011110 | 1001000 | 0 | 0 | 1101 | 10110100 | 1000111 | 111000 |
Color Harmonies of #3FDFDE
Complementary color
Monochromatic Colors of #3FDFDE
Black with #3FDFDE
Text Example
Text Example
White with #3FDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFDE; }
p { color: rgb(63,223,222); }
H1.HeaderClassName
{
color: #3FDFDE;
}
.AnyTagClassName
{
color: #3FDFDE;
}
</style>
background-color css
<style>
a { background-color: #3FDFDE; }
a { background-color: rgb(63,223,222); }
div.DivClassName
{
background-color: #3FDFDE;
}
.BgClassName
{
background-color: #3FDFDE;
}
</style>
border-color css
<style>
span { border-color: #3FDFDE; }
span { border-color: rgb(63,223,222); }
td.TdClassName
{
border-color: #3FDFDE;
}
.TagClassName
{
border-color: #3FDFDE;
}
</style>