Shades of Turquoise #3FDEFD
Tints of Turquoise #3FDEFD
RGB
CMYK
RGB Variations
Color information
#3FDEFD (or 0x3FDEFD) is known color: Turquoise. HEX triplet: 3F, DE and FD. RGB value is (63,222,253). Sum of RGB (Red+Green+Blue) = 63+222+253=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDEFD is #C02102. Grayscale: #B1B1B1. Windows color (decimal): -12591363 or 16637503. OLE color: 16637503.
HSL color Cylindrical-coordinate representation of color #3FDEFD: hue angle of 189.79º 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 #3FDEFD is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 222 | 253 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.01 |
| HSL | 189.79º | 0.98% | 0.62% | - |
| HSV(B) | 189.79º | 0.75% | 0.99% | - |
| XYZ | 45.9 | 60.39 | 102.17 | - |
| YUV | 177.99 | 170.32 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 253 | 0.75 | 0.12 | 0 | 0.01 | 189.79 | 0.98 | 0.62 |
| Hex | 3F | DE | FD | 4B | C | 0 | 1 | BE | 62 | 3E |
| Octal | 77 | 336 | 375 | 113 | 14 | 0 | 1 | 276 | 142 | 76 |
| Binary | 111111 | 11011110 | 11111101 | 1001011 | 1100 | 0 | 1 | 10111110 | 1100010 | 111110 |
Color Harmonies of #3FDEFD
Complementary color
Monochromatic Colors of #3FDEFD
Black with #3FDEFD
Text Example
Text Example
White with #3FDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDEFD; }
p { color: rgb(63,222,253); }
H1.HeaderClassName
{
color: #3FDEFD;
}
.AnyTagClassName
{
color: #3FDEFD;
}
</style>
background-color css
<style>
a { background-color: #3FDEFD; }
a { background-color: rgb(63,222,253); }
div.DivClassName
{
background-color: #3FDEFD;
}
.BgClassName
{
background-color: #3FDEFD;
}
</style>
border-color css
<style>
span { border-color: #3FDEFD; }
span { border-color: rgb(63,222,253); }
td.TdClassName
{
border-color: #3FDEFD;
}
.TagClassName
{
border-color: #3FDEFD;
}
</style>