Shades of Turquoise Blue #3FDAFF
Tints of Turquoise Blue #3FDAFF
RGB
CMYK
RGB Variations
Color information
#3FDAFF (or 0x3FDAFF) is known color: Turquoise Blue. HEX triplet: 3F, DA and FF. RGB value is (63,218,255). Sum of RGB (Red+Green+Blue) = 63+218+255=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDAFF is #C02500. Grayscale: #AFAFAF. Windows color (decimal): -12592385 or 16767551. OLE color: 16767551.
HSL color Cylindrical-coordinate representation of color #3FDAFF: hue angle of 191.56º 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 #3FDAFF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 218 | 255 | - |
| CMYK | 0.75 | 0.15 | 0 | 0 |
| HSL | 191.56º | 1% | 0.62% | - |
| HSV(B) | 191.56º | 0.75% | 1% | - |
| XYZ | 45.17 | 58.42 | 103.5 | - |
| YUV | 175.87 | 172.65 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 255 | 0.75 | 0.15 | 0 | 0 | 191.56 | 1 | 0.62 |
| Hex | 3F | DA | FF | 4B | F | 0 | 0 | C0 | 64 | 3E |
| Octal | 77 | 332 | 377 | 113 | 17 | 0 | 0 | 300 | 144 | 76 |
| Binary | 111111 | 11011010 | 11111111 | 1001011 | 1111 | 0 | 0 | 11000000 | 1100100 | 111110 |
Color Harmonies of #3FDAFF
Complementary color
Monochromatic Colors of #3FDAFF
Black with #3FDAFF
Text Example
Text Example
White with #3FDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDAFF; }
p { color: rgb(63,218,255); }
H1.HeaderClassName
{
color: #3FDAFF;
}
.AnyTagClassName
{
color: #3FDAFF;
}
</style>
background-color css
<style>
a { background-color: #3FDAFF; }
a { background-color: rgb(63,218,255); }
div.DivClassName
{
background-color: #3FDAFF;
}
.BgClassName
{
background-color: #3FDAFF;
}
</style>
border-color css
<style>
span { border-color: #3FDAFF; }
span { border-color: rgb(63,218,255); }
td.TdClassName
{
border-color: #3FDAFF;
}
.TagClassName
{
border-color: #3FDAFF;
}
</style>