Shades of Turquoise Blue #3FE0FF
Tints of Turquoise Blue #3FE0FF
RGB
CMYK
RGB Variations
Color information
#3FE0FF (or 0x3FE0FF) is known color: Turquoise Blue. HEX triplet: 3F, E0 and FF. RGB value is (63,224,255). Sum of RGB (Red+Green+Blue) = 63+224+255=542 (71% of max value = 765). Red value is 63 (25% from 255 or 11.62% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE0FF is #C01F00. Grayscale: #B3B3B3. Windows color (decimal): -12590849 or 16769087. OLE color: 16769087.
HSL color Cylindrical-coordinate representation of color #3FE0FF: hue angle of 189.69º 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 #3FE0FF is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 224 | 255 | - |
| CMYK | 0.75 | 0.12 | 0 | 0 |
| HSL | 189.69º | 1% | 0.62% | - |
| HSV(B) | 189.69º | 0.75% | 1% | - |
| XYZ | 46.76 | 61.59 | 104.03 | - |
| YUV | 179.4 | 170.66 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 255 | 0.75 | 0.12 | 0 | 0 | 189.69 | 1 | 0.62 |
| Hex | 3F | E0 | FF | 4B | C | 0 | 0 | BE | 64 | 3E |
| Octal | 77 | 340 | 377 | 113 | 14 | 0 | 0 | 276 | 144 | 76 |
| Binary | 111111 | 11100000 | 11111111 | 1001011 | 1100 | 0 | 0 | 10111110 | 1100100 | 111110 |
Color Harmonies of #3FE0FF
Complementary color
Monochromatic Colors of #3FE0FF
Black with #3FE0FF
Text Example
Text Example
White with #3FE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE0FF; }
p { color: rgb(63,224,255); }
H1.HeaderClassName
{
color: #3FE0FF;
}
.AnyTagClassName
{
color: #3FE0FF;
}
</style>
background-color css
<style>
a { background-color: #3FE0FF; }
a { background-color: rgb(63,224,255); }
div.DivClassName
{
background-color: #3FE0FF;
}
.BgClassName
{
background-color: #3FE0FF;
}
</style>
border-color css
<style>
span { border-color: #3FE0FF; }
span { border-color: rgb(63,224,255); }
td.TdClassName
{
border-color: #3FE0FF;
}
.TagClassName
{
border-color: #3FE0FF;
}
</style>