Shades of Turquoise Blue #4FCDF3
Tints of Turquoise Blue #4FCDF3
RGB
CMYK
RGB Variations
Color information
#4FCDF3 (or 0x4FCDF3) is known color: Turquoise Blue. HEX triplet: 4F, CD and F3. RGB value is (79,205,243). Sum of RGB (Red+Green+Blue) = 79+205+243=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #4FCDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCDF3 is #B0320C. Grayscale: #ABABAB. Windows color (decimal): -11547149 or 15977807. OLE color: 15977807.
HSL color Cylindrical-coordinate representation of color #4FCDF3: hue angle of 193.9º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FCDF3 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 205 | 243 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.05 |
| HSL | 193.9º | 0.87% | 0.63% | - |
| HSV(B) | 193.9º | 0.67% | 0.95% | - |
| XYZ | 41.23 | 51.8 | 92.62 | - |
| YUV | 171.66 | 168.26 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 243 | 0.67 | 0.16 | 0 | 0.05 | 193.9 | 0.87 | 0.63 |
| Hex | 4F | CD | F3 | 43 | 10 | 0 | 5 | C2 | 57 | 3F |
| Octal | 117 | 315 | 363 | 103 | 20 | 0 | 5 | 302 | 127 | 77 |
| Binary | 1001111 | 11001101 | 11110011 | 1000011 | 10000 | 0 | 101 | 11000010 | 1010111 | 111111 |
Color Harmonies of #4FCDF3
Complementary color
Monochromatic Colors of #4FCDF3
Black with #4FCDF3
Text Example
Text Example
White with #4FCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDF3; }
p { color: rgb(79,205,243); }
H1.HeaderClassName
{
color: #4FCDF3;
}
.AnyTagClassName
{
color: #4FCDF3;
}
</style>
background-color css
<style>
a { background-color: #4FCDF3; }
a { background-color: rgb(79,205,243); }
div.DivClassName
{
background-color: #4FCDF3;
}
.BgClassName
{
background-color: #4FCDF3;
}
</style>
border-color css
<style>
span { border-color: #4FCDF3; }
span { border-color: rgb(79,205,243); }
td.TdClassName
{
border-color: #4FCDF3;
}
.TagClassName
{
border-color: #4FCDF3;
}
</style>