Shades of Turquoise #4AFDEC
Tints of Turquoise #4AFDEC
RGB
CMYK
RGB Variations
Color information
#4AFDEC (or 0x4AFDEC) is known color: Turquoise. HEX triplet: 4A, FD and EC. RGB value is (74,253,236). Sum of RGB (Red+Green+Blue) = 74+253+236=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFDEC is #B50213. Grayscale: #C5C5C5. Windows color (decimal): -11862548 or 15531338. OLE color: 15531338.
HSL color Cylindrical-coordinate representation of color #4AFDEC: hue angle of 174.3º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFDEC is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 236 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.01 |
| HSL | 174.3º | 0.98% | 0.64% | - |
| HSV(B) | 174.3º | 0.71% | 0.99% | - |
| XYZ | 53.09 | 77.76 | 91.57 | - |
| YUV | 197.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 236 | 0.71 | 0 | 0.07 | 0.01 | 174.3 | 0.98 | 0.64 |
| Hex | 4A | FD | EC | 47 | 0 | 7 | 1 | AE | 62 | 40 |
| Octal | 112 | 375 | 354 | 107 | 0 | 7 | 1 | 256 | 142 | 100 |
| Binary | 1001010 | 11111101 | 11101100 | 1000111 | 0 | 111 | 1 | 10101110 | 1100010 | 1000000 |
Color Harmonies of #4AFDEC
Complementary color
Monochromatic Colors of #4AFDEC
Black with #4AFDEC
Text Example
Text Example
White with #4AFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDEC; }
p { color: rgb(74,253,236); }
H1.HeaderClassName
{
color: #4AFDEC;
}
.AnyTagClassName
{
color: #4AFDEC;
}
</style>
background-color css
<style>
a { background-color: #4AFDEC; }
a { background-color: rgb(74,253,236); }
div.DivClassName
{
background-color: #4AFDEC;
}
.BgClassName
{
background-color: #4AFDEC;
}
</style>
border-color css
<style>
span { border-color: #4AFDEC; }
span { border-color: rgb(74,253,236); }
td.TdClassName
{
border-color: #4AFDEC;
}
.TagClassName
{
border-color: #4AFDEC;
}
</style>