Shades of Turquoise Blue #3FDBFF
Tints of Turquoise Blue #3FDBFF
RGB
CMYK
RGB Variations
Color information
#3FDBFF (or 0x3FDBFF) is known color: Turquoise Blue. HEX triplet: 3F, DB and FF. RGB value is (63,219,255). Sum of RGB (Red+Green+Blue) = 63+219+255=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBFF is #C02400. Grayscale: #B0B0B0. Windows color (decimal): -12592129 or 16767807. OLE color: 16767807.
HSL color Cylindrical-coordinate representation of color #3FDBFF: hue angle of 191.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDBFF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 219 | 255 | - |
| CMYK | 0.75 | 0.14 | 0 | 0 |
| HSL | 191.25º | 1% | 0.62% | - |
| HSV(B) | 191.25º | 0.75% | 1% | - |
| XYZ | 45.43 | 58.94 | 103.59 | - |
| YUV | 176.46 | 172.32 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 255 | 0.75 | 0.14 | 0 | 0 | 191.25 | 1 | 0.62 |
| Hex | 3F | DB | FF | 4B | E | 0 | 0 | BF | 64 | 3E |
| Octal | 77 | 333 | 377 | 113 | 16 | 0 | 0 | 277 | 144 | 76 |
| Binary | 111111 | 11011011 | 11111111 | 1001011 | 1110 | 0 | 0 | 10111111 | 1100100 | 111110 |
Color Harmonies of #3FDBFF
Complementary color
Monochromatic Colors of #3FDBFF
Black with #3FDBFF
Text Example
Text Example
White with #3FDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBFF; }
p { color: rgb(63,219,255); }
H1.HeaderClassName
{
color: #3FDBFF;
}
.AnyTagClassName
{
color: #3FDBFF;
}
</style>
background-color css
<style>
a { background-color: #3FDBFF; }
a { background-color: rgb(63,219,255); }
div.DivClassName
{
background-color: #3FDBFF;
}
.BgClassName
{
background-color: #3FDBFF;
}
</style>
border-color css
<style>
span { border-color: #3FDBFF; }
span { border-color: rgb(63,219,255); }
td.TdClassName
{
border-color: #3FDBFF;
}
.TagClassName
{
border-color: #3FDBFF;
}
</style>