Shades of Turquoise #3FE4FD
Tints of Turquoise #3FE4FD
RGB
CMYK
RGB Variations
Color information
#3FE4FD (or 0x3FE4FD) is known color: Turquoise. HEX triplet: 3F, E4 and FD. RGB value is (63,228,253). Sum of RGB (Red+Green+Blue) = 63+228+253=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FE4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE4FD is #C01B02. Grayscale: #B5B5B5. Windows color (decimal): -12589827 or 16639039. OLE color: 16639039.
HSL color Cylindrical-coordinate representation of color #3FE4FD: hue angle of 187.89º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE4FD is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 228 | 253 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.01 |
| HSL | 187.89º | 0.98% | 0.62% | - |
| HSV(B) | 187.89º | 0.75% | 0.99% | - |
| XYZ | 47.52 | 63.64 | 102.71 | - |
| YUV | 181.52 | 168.34 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 253 | 0.75 | 0.10 | 0 | 0.01 | 187.89 | 0.98 | 0.62 |
| Hex | 3F | E4 | FD | 4B | A | 0 | 1 | BC | 62 | 3E |
| Octal | 77 | 344 | 375 | 113 | 12 | 0 | 1 | 274 | 142 | 76 |
| Binary | 111111 | 11100100 | 11111101 | 1001011 | 1010 | 0 | 1 | 10111100 | 1100010 | 111110 |
Color Harmonies of #3FE4FD
Complementary color
Monochromatic Colors of #3FE4FD
Black with #3FE4FD
Text Example
Text Example
White with #3FE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE4FD; }
p { color: rgb(63,228,253); }
H1.HeaderClassName
{
color: #3FE4FD;
}
.AnyTagClassName
{
color: #3FE4FD;
}
</style>
background-color css
<style>
a { background-color: #3FE4FD; }
a { background-color: rgb(63,228,253); }
div.DivClassName
{
background-color: #3FE4FD;
}
.BgClassName
{
background-color: #3FE4FD;
}
</style>
border-color css
<style>
span { border-color: #3FE4FD; }
span { border-color: rgb(63,228,253); }
td.TdClassName
{
border-color: #3FE4FD;
}
.TagClassName
{
border-color: #3FE4FD;
}
</style>