Shades of Turquoise #4FFCDA
Tints of Turquoise #4FFCDA
RGB
CMYK
RGB Variations
Color information
#4FFCDA (or 0x4FFCDA) is known color: Turquoise. HEX triplet: 4F, FC and DA. RGB value is (79,252,218). Sum of RGB (Red+Green+Blue) = 79+252+218=549 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.39% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCDA is #B00325. Grayscale: #C4C4C4. Windows color (decimal): -11535142 or 14351439. OLE color: 14351439.
HSL color Cylindrical-coordinate representation of color #4FFCDA: hue angle of 168.21º degrees, saturation: 0.97, 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 #4FFCDA is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 218 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.01 |
| HSL | 168.21º | 0.97% | 0.65% | - |
| HSV(B) | 168.21º | 0.69% | 0.99% | - |
| XYZ | 50.69 | 76.35 | 78.39 | - |
| YUV | 196.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 218 | 0.69 | 0 | 0.13 | 0.01 | 168.21 | 0.97 | 0.65 |
| Hex | 4F | FC | DA | 45 | 0 | D | 1 | A8 | 61 | 41 |
| Octal | 117 | 374 | 332 | 105 | 0 | 15 | 1 | 250 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11011010 | 1000101 | 0 | 1101 | 1 | 10101000 | 1100001 | 1000001 |
Color Harmonies of #4FFCDA
Complementary color
Monochromatic Colors of #4FFCDA
Black with #4FFCDA
Text Example
Text Example
White with #4FFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCDA; }
p { color: rgb(79,252,218); }
H1.HeaderClassName
{
color: #4FFCDA;
}
.AnyTagClassName
{
color: #4FFCDA;
}
</style>
background-color css
<style>
a { background-color: #4FFCDA; }
a { background-color: rgb(79,252,218); }
div.DivClassName
{
background-color: #4FFCDA;
}
.BgClassName
{
background-color: #4FFCDA;
}
</style>
border-color css
<style>
span { border-color: #4FFCDA; }
span { border-color: rgb(79,252,218); }
td.TdClassName
{
border-color: #4FFCDA;
}
.TagClassName
{
border-color: #4FFCDA;
}
</style>