Shades of Turquoise Blue #3FDCFD
Tints of Turquoise Blue #3FDCFD
RGB
CMYK
RGB Variations
Color information
#3FDCFD (or 0x3FDCFD) is known color: Turquoise Blue. HEX triplet: 3F, DC and FD. RGB value is (63,220,253). Sum of RGB (Red+Green+Blue) = 63+220+253=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FDCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCFD is #C02302. Grayscale: #B0B0B0. Windows color (decimal): -12591875 or 16636991. OLE color: 16636991.
HSL color Cylindrical-coordinate representation of color #3FDCFD: hue angle of 190.42º 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 #3FDCFD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 220 | 253 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.42º | 0.98% | 0.62% | - |
| HSV(B) | 190.42º | 0.75% | 0.99% | - |
| XYZ | 45.37 | 59.34 | 101.99 | - |
| YUV | 176.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 253 | 0.75 | 0.13 | 0 | 0.01 | 190.42 | 0.98 | 0.62 |
| Hex | 3F | DC | FD | 4B | D | 0 | 1 | BE | 62 | 3E |
| Octal | 77 | 334 | 375 | 113 | 15 | 0 | 1 | 276 | 142 | 76 |
| Binary | 111111 | 11011100 | 11111101 | 1001011 | 1101 | 0 | 1 | 10111110 | 1100010 | 111110 |
Color Harmonies of #3FDCFD
Complementary color
Monochromatic Colors of #3FDCFD
Black with #3FDCFD
Text Example
Text Example
White with #3FDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCFD; }
p { color: rgb(63,220,253); }
H1.HeaderClassName
{
color: #3FDCFD;
}
.AnyTagClassName
{
color: #3FDCFD;
}
</style>
background-color css
<style>
a { background-color: #3FDCFD; }
a { background-color: rgb(63,220,253); }
div.DivClassName
{
background-color: #3FDCFD;
}
.BgClassName
{
background-color: #3FDCFD;
}
</style>
border-color css
<style>
span { border-color: #3FDCFD; }
span { border-color: rgb(63,220,253); }
td.TdClassName
{
border-color: #3FDCFD;
}
.TagClassName
{
border-color: #3FDCFD;
}
</style>