Shades of Turquoise #3FDFDC
Tints of Turquoise #3FDFDC
RGB
CMYK
RGB Variations
Color information
#3FDFDC (or 0x3FDFDC) is known color: Turquoise. HEX triplet: 3F, DF and DC. RGB value is (63,223,220). Sum of RGB (Red+Green+Blue) = 63+223+220=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFDC is #C02023. Grayscale: #AEAEAE. Windows color (decimal): -12591140 or 14475071. OLE color: 14475071.
HSL color Cylindrical-coordinate representation of color #3FDFDC: hue angle of 178.88º 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 #3FDFDC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 220 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.13 |
| HSL | 178.88º | 0.71% | 0.56% | - |
| HSV(B) | 178.88º | 0.72% | 0.87% | - |
| XYZ | 41.36 | 59 | 76.92 | - |
| YUV | 174.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 220 | 0.72 | 0 | 0.01 | 0.13 | 178.88 | 0.71 | 0.56 |
| Hex | 3F | DF | DC | 48 | 0 | 1 | D | B3 | 47 | 38 |
| Octal | 77 | 337 | 334 | 110 | 0 | 1 | 15 | 263 | 107 | 70 |
| Binary | 111111 | 11011111 | 11011100 | 1001000 | 0 | 1 | 1101 | 10110011 | 1000111 | 111000 |
Color Harmonies of #3FDFDC
Complementary color
Monochromatic Colors of #3FDFDC
Black with #3FDFDC
Text Example
Text Example
White with #3FDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFDC; }
p { color: rgb(63,223,220); }
H1.HeaderClassName
{
color: #3FDFDC;
}
.AnyTagClassName
{
color: #3FDFDC;
}
</style>
background-color css
<style>
a { background-color: #3FDFDC; }
a { background-color: rgb(63,223,220); }
div.DivClassName
{
background-color: #3FDFDC;
}
.BgClassName
{
background-color: #3FDFDC;
}
</style>
border-color css
<style>
span { border-color: #3FDFDC; }
span { border-color: rgb(63,223,220); }
td.TdClassName
{
border-color: #3FDFDC;
}
.TagClassName
{
border-color: #3FDFDC;
}
</style>