Shades of Turquoise #4AFBCD
Tints of Turquoise #4AFBCD
RGB
CMYK
RGB Variations
Color information
#4AFBCD (or 0x4AFBCD) is known color: Turquoise. HEX triplet: 4A, FB and CD. RGB value is (74,251,205). Sum of RGB (Red+Green+Blue) = 74+251+205=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBCD is #B50432. Grayscale: #C0C0C0. Windows color (decimal): -11863091 or 13499210. OLE color: 13499210.
HSL color Cylindrical-coordinate representation of color #4AFBCD: hue angle of 164.41º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBCD is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 205 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.02 |
| HSL | 164.41º | 0.96% | 0.64% | - |
| HSV(B) | 164.41º | 0.71% | 0.98% | - |
| XYZ | 48.34 | 74.86 | 69.66 | - |
| YUV | 192.83 | 134.86 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 205 | 0.71 | 0 | 0.18 | 0.02 | 164.41 | 0.96 | 0.64 |
| Hex | 4A | FB | CD | 47 | 0 | 12 | 2 | A4 | 60 | 40 |
| Octal | 112 | 373 | 315 | 107 | 0 | 22 | 2 | 244 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11001101 | 1000111 | 0 | 10010 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #4AFBCD
Complementary color
Monochromatic Colors of #4AFBCD
Black with #4AFBCD
Text Example
Text Example
White with #4AFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBCD; }
p { color: rgb(74,251,205); }
H1.HeaderClassName
{
color: #4AFBCD;
}
.AnyTagClassName
{
color: #4AFBCD;
}
</style>
background-color css
<style>
a { background-color: #4AFBCD; }
a { background-color: rgb(74,251,205); }
div.DivClassName
{
background-color: #4AFBCD;
}
.BgClassName
{
background-color: #4AFBCD;
}
</style>
border-color css
<style>
span { border-color: #4AFBCD; }
span { border-color: rgb(74,251,205); }
td.TdClassName
{
border-color: #4AFBCD;
}
.TagClassName
{
border-color: #4AFBCD;
}
</style>