Shades of Turquoise Blue #3FDCFF
Tints of Turquoise Blue #3FDCFF
RGB
CMYK
RGB Variations
Color information
#3FDCFF (or 0x3FDCFF) is known color: Turquoise Blue. HEX triplet: 3F, DC and FF. RGB value is (63,220,255). Sum of RGB (Red+Green+Blue) = 63+220+255=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCFF is #C02300. Grayscale: #B0B0B0. Windows color (decimal): -12591873 or 16768063. OLE color: 16768063.
HSL color Cylindrical-coordinate representation of color #3FDCFF: hue angle of 190.94º 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 #3FDCFF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 220 | 255 | - |
| CMYK | 0.75 | 0.14 | 0 | 0 |
| HSL | 190.94º | 1% | 0.62% | - |
| HSV(B) | 190.94º | 0.75% | 1% | - |
| XYZ | 45.69 | 59.46 | 103.68 | - |
| YUV | 177.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 255 | 0.75 | 0.14 | 0 | 0 | 190.94 | 1 | 0.62 |
| Hex | 3F | DC | FF | 4B | E | 0 | 0 | BF | 64 | 3E |
| Octal | 77 | 334 | 377 | 113 | 16 | 0 | 0 | 277 | 144 | 76 |
| Binary | 111111 | 11011100 | 11111111 | 1001011 | 1110 | 0 | 0 | 10111111 | 1100100 | 111110 |
Color Harmonies of #3FDCFF
Complementary color
Monochromatic Colors of #3FDCFF
Black with #3FDCFF
Text Example
Text Example
White with #3FDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCFF; }
p { color: rgb(63,220,255); }
H1.HeaderClassName
{
color: #3FDCFF;
}
.AnyTagClassName
{
color: #3FDCFF;
}
</style>
background-color css
<style>
a { background-color: #3FDCFF; }
a { background-color: rgb(63,220,255); }
div.DivClassName
{
background-color: #3FDCFF;
}
.BgClassName
{
background-color: #3FDCFF;
}
</style>
border-color css
<style>
span { border-color: #3FDCFF; }
span { border-color: rgb(63,220,255); }
td.TdClassName
{
border-color: #3FDCFF;
}
.TagClassName
{
border-color: #3FDCFF;
}
</style>