Shades of Turquoise Blue #3FDDFE
Tints of Turquoise Blue #3FDDFE
RGB
CMYK
RGB Variations
Color information
#3FDDFE (or 0x3FDDFE) is known color: Turquoise Blue. HEX triplet: 3F, DD and FE. RGB value is (63,221,254). Sum of RGB (Red+Green+Blue) = 63+221+254=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FDDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDFE is #C02201. Grayscale: #B1B1B1. Windows color (decimal): -12591618 or 16702783. OLE color: 16702783.
HSL color Cylindrical-coordinate representation of color #3FDDFE: hue angle of 190.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDDFE is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 221 | 254 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.00 |
| HSL | 190.37º | 0.99% | 0.62% | - |
| HSV(B) | 190.37º | 0.75% | 1% | - |
| XYZ | 45.8 | 59.93 | 102.92 | - |
| YUV | 177.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 254 | 0.75 | 0.13 | 0 | 0.00 | 190.37 | 0.99 | 0.62 |
| Hex | 3F | DD | FE | 4B | D | 0 | 0 | BE | 63 | 3E |
| Octal | 77 | 335 | 376 | 113 | 15 | 0 | 0 | 276 | 143 | 76 |
| Binary | 111111 | 11011101 | 11111110 | 1001011 | 1101 | 0 | 0 | 10111110 | 1100011 | 111110 |
Color Harmonies of #3FDDFE
Complementary color
Monochromatic Colors of #3FDDFE
Black with #3FDDFE
Text Example
Text Example
White with #3FDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDFE; }
p { color: rgb(63,221,254); }
H1.HeaderClassName
{
color: #3FDDFE;
}
.AnyTagClassName
{
color: #3FDDFE;
}
</style>
background-color css
<style>
a { background-color: #3FDDFE; }
a { background-color: rgb(63,221,254); }
div.DivClassName
{
background-color: #3FDDFE;
}
.BgClassName
{
background-color: #3FDDFE;
}
</style>
border-color css
<style>
span { border-color: #3FDDFE; }
span { border-color: rgb(63,221,254); }
td.TdClassName
{
border-color: #3FDDFE;
}
.TagClassName
{
border-color: #3FDDFE;
}
</style>