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