Shades of Turquoise Blue #3FDBFC
Tints of Turquoise Blue #3FDBFC
RGB
CMYK
RGB Variations
Color information
#3FDBFC (or 0x3FDBFC) is known color: Turquoise Blue. HEX triplet: 3F, DB and FC. RGB value is (63,219,252). Sum of RGB (Red+Green+Blue) = 63+219+252=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBFC is #C02403. Grayscale: #AFAFAF. Windows color (decimal): -12592132 or 16571199. OLE color: 16571199.
HSL color Cylindrical-coordinate representation of color #3FDBFC: hue angle of 190.48º 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 #3FDBFC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 219 | 252 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.48º | 0.97% | 0.62% | - |
| HSV(B) | 190.48º | 0.75% | 0.99% | - |
| XYZ | 44.95 | 58.75 | 101.07 | - |
| YUV | 176.12 | 170.82 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 252 | 0.75 | 0.13 | 0 | 0.01 | 190.48 | 0.97 | 0.62 |
| Hex | 3F | DB | FC | 4B | D | 0 | 1 | BE | 61 | 3E |
| Octal | 77 | 333 | 374 | 113 | 15 | 0 | 1 | 276 | 141 | 76 |
| Binary | 111111 | 11011011 | 11111100 | 1001011 | 1101 | 0 | 1 | 10111110 | 1100001 | 111110 |
Color Harmonies of #3FDBFC
Complementary color
Monochromatic Colors of #3FDBFC
Black with #3FDBFC
Text Example
Text Example
White with #3FDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBFC; }
p { color: rgb(63,219,252); }
H1.HeaderClassName
{
color: #3FDBFC;
}
.AnyTagClassName
{
color: #3FDBFC;
}
</style>
background-color css
<style>
a { background-color: #3FDBFC; }
a { background-color: rgb(63,219,252); }
div.DivClassName
{
background-color: #3FDBFC;
}
.BgClassName
{
background-color: #3FDBFC;
}
</style>
border-color css
<style>
span { border-color: #3FDBFC; }
span { border-color: rgb(63,219,252); }
td.TdClassName
{
border-color: #3FDBFC;
}
.TagClassName
{
border-color: #3FDBFC;
}
</style>