Shades of Turquoise #3FDCDC
Tints of Turquoise #3FDCDC
RGB
CMYK
RGB Variations
Color information
#3FDCDC (or 0x3FDCDC) is known color: Turquoise. HEX triplet: 3F, DC and DC. RGB value is (63,220,220). Sum of RGB (Red+Green+Blue) = 63+220+220=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #3FDCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCDC is #C02323. Grayscale: #ACACAC. Windows color (decimal): -12591908 or 14474303. OLE color: 14474303.
HSL color Cylindrical-coordinate representation of color #3FDCDC: hue angle of 180º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCDC is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 220 | - |
| CMYK | 0.71 | 0 | 0 | 0.14 |
| HSL | 180º | 0.69% | 0.55% | - |
| HSV(B) | 180º | 0.71% | 0.86% | - |
| XYZ | 40.56 | 57.41 | 76.65 | - |
| YUV | 173.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 220 | 0.71 | 0 | 0 | 0.14 | 180 | 0.69 | 0.55 |
| Hex | 3F | DC | DC | 47 | 0 | 0 | E | B4 | 45 | 37 |
| Octal | 77 | 334 | 334 | 107 | 0 | 0 | 16 | 264 | 105 | 67 |
| Binary | 111111 | 11011100 | 11011100 | 1000111 | 0 | 0 | 1110 | 10110100 | 1000101 | 110111 |
Color Harmonies of #3FDCDC
Complementary color
Monochromatic Colors of #3FDCDC
Black with #3FDCDC
Text Example
Text Example
White with #3FDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCDC; }
p { color: rgb(63,220,220); }
H1.HeaderClassName
{
color: #3FDCDC;
}
.AnyTagClassName
{
color: #3FDCDC;
}
</style>
background-color css
<style>
a { background-color: #3FDCDC; }
a { background-color: rgb(63,220,220); }
div.DivClassName
{
background-color: #3FDCDC;
}
.BgClassName
{
background-color: #3FDCDC;
}
</style>
border-color css
<style>
span { border-color: #3FDCDC; }
span { border-color: rgb(63,220,220); }
td.TdClassName
{
border-color: #3FDCDC;
}
.TagClassName
{
border-color: #3FDCDC;
}
</style>