Shades of Turquoise Blue #4FDFFD
Tints of Turquoise Blue #4FDFFD
RGB
CMYK
RGB Variations
Color information
#4FDFFD (or 0x4FDFFD) is known color: Turquoise Blue. HEX triplet: 4F, DF and FD. RGB value is (79,223,253). Sum of RGB (Red+Green+Blue) = 79+223+253=555 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.23% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFFD is #B02002. Grayscale: #B7B7B7. Windows color (decimal): -11542531 or 16637775. OLE color: 16637775.
HSL color Cylindrical-coordinate representation of color #4FDFFD: hue angle of 190.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FDFFD is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 223 | 253 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.01 |
| HSL | 190.34º | 0.98% | 0.65% | - |
| HSV(B) | 190.34º | 0.69% | 0.99% | - |
| XYZ | 47.34 | 61.53 | 102.31 | - |
| YUV | 183.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 253 | 0.69 | 0.12 | 0 | 0.01 | 190.34 | 0.98 | 0.65 |
| Hex | 4F | DF | FD | 45 | C | 0 | 1 | BE | 62 | 41 |
| Octal | 117 | 337 | 375 | 105 | 14 | 0 | 1 | 276 | 142 | 101 |
| Binary | 1001111 | 11011111 | 11111101 | 1000101 | 1100 | 0 | 1 | 10111110 | 1100010 | 1000001 |
Color Harmonies of #4FDFFD
Complementary color
Monochromatic Colors of #4FDFFD
Black with #4FDFFD
Text Example
Text Example
White with #4FDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFFD; }
p { color: rgb(79,223,253); }
H1.HeaderClassName
{
color: #4FDFFD;
}
.AnyTagClassName
{
color: #4FDFFD;
}
</style>
background-color css
<style>
a { background-color: #4FDFFD; }
a { background-color: rgb(79,223,253); }
div.DivClassName
{
background-color: #4FDFFD;
}
.BgClassName
{
background-color: #4FDFFD;
}
</style>
border-color css
<style>
span { border-color: #4FDFFD; }
span { border-color: rgb(79,223,253); }
td.TdClassName
{
border-color: #4FDFFD;
}
.TagClassName
{
border-color: #4FDFFD;
}
</style>