Shades of Turquoise #3FDDDA
Tints of Turquoise #3FDDDA
RGB
CMYK
RGB Variations
Color information
#3FDDDA (or 0x3FDDDA) is known color: Turquoise. HEX triplet: 3F, DD and DA. RGB value is (63,221,218). Sum of RGB (Red+Green+Blue) = 63+221+218=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDDA is #C02225. Grayscale: #ADADAD. Windows color (decimal): -12591654 or 14343487. OLE color: 14343487.
HSL color Cylindrical-coordinate representation of color #3FDDDA: hue angle of 178.86º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDDA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 218 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.13 |
| HSL | 178.86º | 0.7% | 0.56% | - |
| HSV(B) | 178.86º | 0.71% | 0.87% | - |
| XYZ | 40.56 | 57.83 | 75.35 | - |
| YUV | 173.42 | 153.15 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 218 | 0.71 | 0 | 0.01 | 0.13 | 178.86 | 0.7 | 0.56 |
| Hex | 3F | DD | DA | 47 | 0 | 1 | D | B3 | 46 | 38 |
| Octal | 77 | 335 | 332 | 107 | 0 | 1 | 15 | 263 | 106 | 70 |
| Binary | 111111 | 11011101 | 11011010 | 1000111 | 0 | 1 | 1101 | 10110011 | 1000110 | 111000 |
Color Harmonies of #3FDDDA
Complementary color
Monochromatic Colors of #3FDDDA
Black with #3FDDDA
Text Example
Text Example
White with #3FDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDDA; }
p { color: rgb(63,221,218); }
H1.HeaderClassName
{
color: #3FDDDA;
}
.AnyTagClassName
{
color: #3FDDDA;
}
</style>
background-color css
<style>
a { background-color: #3FDDDA; }
a { background-color: rgb(63,221,218); }
div.DivClassName
{
background-color: #3FDDDA;
}
.BgClassName
{
background-color: #3FDDDA;
}
</style>
border-color css
<style>
span { border-color: #3FDDDA; }
span { border-color: rgb(63,221,218); }
td.TdClassName
{
border-color: #3FDDDA;
}
.TagClassName
{
border-color: #3FDDDA;
}
</style>