Shades of Turquoise Blue #3FDEFF
Tints of Turquoise Blue #3FDEFF
RGB
CMYK
RGB Variations
Color information
#3FDEFF (or 0x3FDEFF) is known color: Turquoise Blue. HEX triplet: 3F, DE and FF. RGB value is (63,222,255). Sum of RGB (Red+Green+Blue) = 63+222+255=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FDEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDEFF is #C02100. Grayscale: #B1B1B1. Windows color (decimal): -12591361 or 16768575. OLE color: 16768575.
HSL color Cylindrical-coordinate representation of color #3FDEFF: hue angle of 190.31º 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 #3FDEFF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 222 | 255 | - |
| CMYK | 0.75 | 0.13 | 0 | 0 |
| HSL | 190.31º | 1% | 0.62% | - |
| HSV(B) | 190.31º | 0.75% | 1% | - |
| XYZ | 46.22 | 60.52 | 103.85 | - |
| YUV | 178.22 | 171.32 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 255 | 0.75 | 0.13 | 0 | 0 | 190.31 | 1 | 0.62 |
| Hex | 3F | DE | FF | 4B | D | 0 | 0 | BE | 64 | 3E |
| Octal | 77 | 336 | 377 | 113 | 15 | 0 | 0 | 276 | 144 | 76 |
| Binary | 111111 | 11011110 | 11111111 | 1001011 | 1101 | 0 | 0 | 10111110 | 1100100 | 111110 |
Color Harmonies of #3FDEFF
Complementary color
Monochromatic Colors of #3FDEFF
Black with #3FDEFF
Text Example
Text Example
White with #3FDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDEFF; }
p { color: rgb(63,222,255); }
H1.HeaderClassName
{
color: #3FDEFF;
}
.AnyTagClassName
{
color: #3FDEFF;
}
</style>
background-color css
<style>
a { background-color: #3FDEFF; }
a { background-color: rgb(63,222,255); }
div.DivClassName
{
background-color: #3FDEFF;
}
.BgClassName
{
background-color: #3FDEFF;
}
</style>
border-color css
<style>
span { border-color: #3FDEFF; }
span { border-color: rgb(63,222,255); }
td.TdClassName
{
border-color: #3FDEFF;
}
.TagClassName
{
border-color: #3FDEFF;
}
</style>