Shades of Turquoise Blue #3FDBFD
Tints of Turquoise Blue #3FDBFD
RGB
CMYK
RGB Variations
Color information
#3FDBFD (or 0x3FDBFD) is known color: Turquoise Blue. HEX triplet: 3F, DB and FD. RGB value is (63,219,253). Sum of RGB (Red+Green+Blue) = 63+219+253=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FDBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBFD is #C02402. Grayscale: #AFAFAF. Windows color (decimal): -12592131 or 16636735. OLE color: 16636735.
HSL color Cylindrical-coordinate representation of color #3FDBFD: hue angle of 190.74º degrees, saturation: 0.98, 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 #3FDBFD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 219 | 253 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.74º | 0.98% | 0.62% | - |
| HSV(B) | 190.74º | 0.75% | 0.99% | - |
| XYZ | 45.11 | 58.81 | 101.9 | - |
| YUV | 176.23 | 171.32 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 253 | 0.75 | 0.13 | 0 | 0.01 | 190.74 | 0.98 | 0.62 |
| Hex | 3F | DB | FD | 4B | D | 0 | 1 | BF | 62 | 3E |
| Octal | 77 | 333 | 375 | 113 | 15 | 0 | 1 | 277 | 142 | 76 |
| Binary | 111111 | 11011011 | 11111101 | 1001011 | 1101 | 0 | 1 | 10111111 | 1100010 | 111110 |
Color Harmonies of #3FDBFD
Complementary color
Monochromatic Colors of #3FDBFD
Black with #3FDBFD
Text Example
Text Example
White with #3FDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBFD; }
p { color: rgb(63,219,253); }
H1.HeaderClassName
{
color: #3FDBFD;
}
.AnyTagClassName
{
color: #3FDBFD;
}
</style>
background-color css
<style>
a { background-color: #3FDBFD; }
a { background-color: rgb(63,219,253); }
div.DivClassName
{
background-color: #3FDBFD;
}
.BgClassName
{
background-color: #3FDBFD;
}
</style>
border-color css
<style>
span { border-color: #3FDBFD; }
span { border-color: rgb(63,219,253); }
td.TdClassName
{
border-color: #3FDBFD;
}
.TagClassName
{
border-color: #3FDBFD;
}
</style>