Shades of Medium Turquoise #3FCCDF
Tints of Medium Turquoise #3FCCDF
RGB
CMYK
RGB Variations
Color information
#3FCCDF (or 0x3FCCDF) is known color: Medium Turquoise. HEX triplet: 3F, CC and DF. RGB value is (63,204,223). Sum of RGB (Red+Green+Blue) = 63+204+223=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FCCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCDF is #C03320. Grayscale: #A3A3A3. Windows color (decimal): -12596001 or 14666815. OLE color: 14666815.
HSL color Cylindrical-coordinate representation of color #3FCCDF: hue angle of 187.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 #3FCCDF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 204 | 223 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.13 |
| HSL | 187.13º | 0.71% | 0.56% | - |
| HSV(B) | 187.13º | 0.72% | 0.87% | - |
| XYZ | 36.96 | 49.57 | 77.43 | - |
| YUV | 164.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 223 | 0.72 | 0.09 | 0 | 0.13 | 187.13 | 0.71 | 0.56 |
| Hex | 3F | CC | DF | 48 | 9 | 0 | D | BB | 47 | 38 |
| Octal | 77 | 314 | 337 | 110 | 11 | 0 | 15 | 273 | 107 | 70 |
| Binary | 111111 | 11001100 | 11011111 | 1001000 | 1001 | 0 | 1101 | 10111011 | 1000111 | 111000 |
Color Harmonies of #3FCCDF
Complementary color
Monochromatic Colors of #3FCCDF
Black with #3FCCDF
Text Example
Text Example
White with #3FCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCDF; }
p { color: rgb(63,204,223); }
H1.HeaderClassName
{
color: #3FCCDF;
}
.AnyTagClassName
{
color: #3FCCDF;
}
</style>
background-color css
<style>
a { background-color: #3FCCDF; }
a { background-color: rgb(63,204,223); }
div.DivClassName
{
background-color: #3FCCDF;
}
.BgClassName
{
background-color: #3FCCDF;
}
</style>
border-color css
<style>
span { border-color: #3FCCDF; }
span { border-color: rgb(63,204,223); }
td.TdClassName
{
border-color: #3FCCDF;
}
.TagClassName
{
border-color: #3FCCDF;
}
</style>