Shades of Turquoise #4AF3DF
Tints of Turquoise #4AF3DF
RGB
CMYK
RGB Variations
Color information
#4AF3DF (or 0x4AF3DF) is known color: Turquoise. HEX triplet: 4A, F3 and DF. RGB value is (74,243,223). Sum of RGB (Red+Green+Blue) = 74+243+223=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF3DF is #B50C20. Grayscale: #BEBEBE. Windows color (decimal): -11865121 or 14676810. OLE color: 14676810.
HSL color Cylindrical-coordinate representation of color #4AF3DF: hue angle of 172.9º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF3DF is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 223 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.05 |
| HSL | 172.9º | 0.88% | 0.62% | - |
| HSV(B) | 172.9º | 0.7% | 0.95% | - |
| XYZ | 48.19 | 70.88 | 80.95 | - |
| YUV | 190.19 | 146.51 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 223 | 0.70 | 0 | 0.08 | 0.05 | 172.9 | 0.88 | 0.62 |
| Hex | 4A | F3 | DF | 46 | 0 | 8 | 5 | AD | 58 | 3E |
| Octal | 112 | 363 | 337 | 106 | 0 | 10 | 5 | 255 | 130 | 76 |
| Binary | 1001010 | 11110011 | 11011111 | 1000110 | 0 | 1000 | 101 | 10101101 | 1011000 | 111110 |
Color Harmonies of #4AF3DF
Complementary color
Monochromatic Colors of #4AF3DF
Black with #4AF3DF
Text Example
Text Example
White with #4AF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3DF; }
p { color: rgb(74,243,223); }
H1.HeaderClassName
{
color: #4AF3DF;
}
.AnyTagClassName
{
color: #4AF3DF;
}
</style>
background-color css
<style>
a { background-color: #4AF3DF; }
a { background-color: rgb(74,243,223); }
div.DivClassName
{
background-color: #4AF3DF;
}
.BgClassName
{
background-color: #4AF3DF;
}
</style>
border-color css
<style>
span { border-color: #4AF3DF; }
span { border-color: rgb(74,243,223); }
td.TdClassName
{
border-color: #4AF3DF;
}
.TagClassName
{
border-color: #4AF3DF;
}
</style>