Shades of Turquoise Blue #3FDFFE
Tints of Turquoise Blue #3FDFFE
RGB
CMYK
RGB Variations
Color information
#3FDFFE (or 0x3FDFFE) is known color: Turquoise Blue. HEX triplet: 3F, DF and FE. RGB value is (63,223,254). Sum of RGB (Red+Green+Blue) = 63+223+254=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FDFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFFE is #C02001. Grayscale: #B2B2B2. Windows color (decimal): -12591106 or 16703295. OLE color: 16703295.
HSL color Cylindrical-coordinate representation of color #3FDFFE: hue angle of 189.74º 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 #3FDFFE is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 223 | 254 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.00 |
| HSL | 189.74º | 0.99% | 0.62% | - |
| HSV(B) | 189.74º | 0.75% | 1% | - |
| XYZ | 46.33 | 60.99 | 103.1 | - |
| YUV | 178.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 254 | 0.75 | 0.12 | 0 | 0.00 | 189.74 | 0.99 | 0.62 |
| Hex | 3F | DF | FE | 4B | C | 0 | 0 | BE | 63 | 3E |
| Octal | 77 | 337 | 376 | 113 | 14 | 0 | 0 | 276 | 143 | 76 |
| Binary | 111111 | 11011111 | 11111110 | 1001011 | 1100 | 0 | 0 | 10111110 | 1100011 | 111110 |
Color Harmonies of #3FDFFE
Complementary color
Monochromatic Colors of #3FDFFE
Black with #3FDFFE
Text Example
Text Example
White with #3FDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFFE; }
p { color: rgb(63,223,254); }
H1.HeaderClassName
{
color: #3FDFFE;
}
.AnyTagClassName
{
color: #3FDFFE;
}
</style>
background-color css
<style>
a { background-color: #3FDFFE; }
a { background-color: rgb(63,223,254); }
div.DivClassName
{
background-color: #3FDFFE;
}
.BgClassName
{
background-color: #3FDFFE;
}
</style>
border-color css
<style>
span { border-color: #3FDFFE; }
span { border-color: rgb(63,223,254); }
td.TdClassName
{
border-color: #3FDFFE;
}
.TagClassName
{
border-color: #3FDFFE;
}
</style>