Shades of Turquoise #3FDDFC
Tints of Turquoise #3FDDFC
RGB
CMYK
RGB Variations
Color information
#3FDDFC (or 0x3FDDFC) is known color: Turquoise. HEX triplet: 3F, DD and FC. RGB value is (63,221,252). Sum of RGB (Red+Green+Blue) = 63+221+252=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FDDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDFC is #C02203. Grayscale: #B1B1B1. Windows color (decimal): -12591620 or 16571711. OLE color: 16571711.
HSL color Cylindrical-coordinate representation of color #3FDDFC: hue angle of 189.84º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDDFC is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 221 | 252 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.01 |
| HSL | 189.84º | 0.97% | 0.62% | - |
| HSV(B) | 189.84º | 0.75% | 0.99% | - |
| XYZ | 45.48 | 59.8 | 101.24 | - |
| YUV | 177.29 | 170.15 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 252 | 0.75 | 0.12 | 0 | 0.01 | 189.84 | 0.97 | 0.62 |
| Hex | 3F | DD | FC | 4B | C | 0 | 1 | BE | 61 | 3E |
| Octal | 77 | 335 | 374 | 113 | 14 | 0 | 1 | 276 | 141 | 76 |
| Binary | 111111 | 11011101 | 11111100 | 1001011 | 1100 | 0 | 1 | 10111110 | 1100001 | 111110 |
Color Harmonies of #3FDDFC
Complementary color
Monochromatic Colors of #3FDDFC
Black with #3FDDFC
Text Example
Text Example
White with #3FDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDFC; }
p { color: rgb(63,221,252); }
H1.HeaderClassName
{
color: #3FDDFC;
}
.AnyTagClassName
{
color: #3FDDFC;
}
</style>
background-color css
<style>
a { background-color: #3FDDFC; }
a { background-color: rgb(63,221,252); }
div.DivClassName
{
background-color: #3FDDFC;
}
.BgClassName
{
background-color: #3FDDFC;
}
</style>
border-color css
<style>
span { border-color: #3FDDFC; }
span { border-color: rgb(63,221,252); }
td.TdClassName
{
border-color: #3FDDFC;
}
.TagClassName
{
border-color: #3FDDFC;
}
</style>