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