Shades of Turquoise #3FEEFD
Tints of Turquoise #3FEEFD
RGB
CMYK
RGB Variations
Color information
#3FEEFD (or 0x3FEEFD) is known color: Turquoise. HEX triplet: 3F, EE and FD. RGB value is (63,238,253). Sum of RGB (Red+Green+Blue) = 63+238+253=554 (73% of max value = 765). Red value is 63 (25% from 255 or 11.37% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEEFD is #C01102. Grayscale: #BBBBBB. Windows color (decimal): -12587267 or 16641599. OLE color: 16641599.
HSL color Cylindrical-coordinate representation of color #3FEEFD: hue angle of 184.74º 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 #3FEEFD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 238 | 253 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.01 |
| HSL | 184.74º | 0.98% | 0.62% | - |
| HSV(B) | 184.74º | 0.75% | 0.99% | - |
| XYZ | 50.35 | 69.3 | 103.65 | - |
| YUV | 187.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 253 | 0.75 | 0.06 | 0 | 0.01 | 184.74 | 0.98 | 0.62 |
| Hex | 3F | EE | FD | 4B | 6 | 0 | 1 | B9 | 62 | 3E |
| Octal | 77 | 356 | 375 | 113 | 6 | 0 | 1 | 271 | 142 | 76 |
| Binary | 111111 | 11101110 | 11111101 | 1001011 | 110 | 0 | 1 | 10111001 | 1100010 | 111110 |
Color Harmonies of #3FEEFD
Complementary color
Monochromatic Colors of #3FEEFD
Black with #3FEEFD
Text Example
Text Example
White with #3FEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEFD; }
p { color: rgb(63,238,253); }
H1.HeaderClassName
{
color: #3FEEFD;
}
.AnyTagClassName
{
color: #3FEEFD;
}
</style>
background-color css
<style>
a { background-color: #3FEEFD; }
a { background-color: rgb(63,238,253); }
div.DivClassName
{
background-color: #3FEEFD;
}
.BgClassName
{
background-color: #3FEEFD;
}
</style>
border-color css
<style>
span { border-color: #3FEEFD; }
span { border-color: rgb(63,238,253); }
td.TdClassName
{
border-color: #3FEEFD;
}
.TagClassName
{
border-color: #3FEEFD;
}
</style>