Shades of Turquoise #3FDDDF
Tints of Turquoise #3FDDDF
RGB
CMYK
RGB Variations
Color information
#3FDDDF (or 0x3FDDDF) is known color: Turquoise. HEX triplet: 3F, DD and DF. RGB value is (63,221,223). Sum of RGB (Red+Green+Blue) = 63+221+223=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FDDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDDF is #C02220. Grayscale: #ADADAD. Windows color (decimal): -12591649 or 14671167. OLE color: 14671167.
HSL color Cylindrical-coordinate representation of color #3FDDDF: hue angle of 180.75º 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 #3FDDDF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 223 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.13 |
| HSL | 180.75º | 0.71% | 0.56% | - |
| HSV(B) | 180.75º | 0.72% | 0.87% | - |
| XYZ | 41.23 | 58.1 | 78.85 | - |
| YUV | 173.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 223 | 0.72 | 0.01 | 0 | 0.13 | 180.75 | 0.71 | 0.56 |
| Hex | 3F | DD | DF | 48 | 1 | 0 | D | B5 | 47 | 38 |
| Octal | 77 | 335 | 337 | 110 | 1 | 0 | 15 | 265 | 107 | 70 |
| Binary | 111111 | 11011101 | 11011111 | 1001000 | 1 | 0 | 1101 | 10110101 | 1000111 | 111000 |
Color Harmonies of #3FDDDF
Complementary color
Monochromatic Colors of #3FDDDF
Black with #3FDDDF
Text Example
Text Example
White with #3FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDDF; }
p { color: rgb(63,221,223); }
H1.HeaderClassName
{
color: #3FDDDF;
}
.AnyTagClassName
{
color: #3FDDDF;
}
</style>
background-color css
<style>
a { background-color: #3FDDDF; }
a { background-color: rgb(63,221,223); }
div.DivClassName
{
background-color: #3FDDDF;
}
.BgClassName
{
background-color: #3FDDDF;
}
</style>
border-color css
<style>
span { border-color: #3FDDDF; }
span { border-color: rgb(63,221,223); }
td.TdClassName
{
border-color: #3FDDDF;
}
.TagClassName
{
border-color: #3FDDDF;
}
</style>