Shades of Turquoise #4AF8DB
Tints of Turquoise #4AF8DB
RGB
CMYK
RGB Variations
Color information
#4AF8DB (or 0x4AF8DB) is known color: Turquoise. HEX triplet: 4A, F8 and DB. RGB value is (74,248,219). Sum of RGB (Red+Green+Blue) = 74+248+219=541 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.68% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF8DB is #B50724. Grayscale: #C0C0C0. Windows color (decimal): -11863845 or 14415946. OLE color: 14415946.
HSL color Cylindrical-coordinate representation of color #4AF8DB: hue angle of 170º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF8DB is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 219 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.03 |
| HSL | 170º | 0.93% | 0.63% | - |
| HSV(B) | 170º | 0.7% | 0.97% | - |
| XYZ | 49.18 | 73.71 | 78.65 | - |
| YUV | 192.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 219 | 0.70 | 0 | 0.12 | 0.03 | 170 | 0.93 | 0.63 |
| Hex | 4A | F8 | DB | 46 | 0 | C | 3 | AA | 5D | 3F |
| Octal | 112 | 370 | 333 | 106 | 0 | 14 | 3 | 252 | 135 | 77 |
| Binary | 1001010 | 11111000 | 11011011 | 1000110 | 0 | 1100 | 11 | 10101010 | 1011101 | 111111 |
Color Harmonies of #4AF8DB
Complementary color
Monochromatic Colors of #4AF8DB
Black with #4AF8DB
Text Example
Text Example
White with #4AF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF8DB; }
p { color: rgb(74,248,219); }
H1.HeaderClassName
{
color: #4AF8DB;
}
.AnyTagClassName
{
color: #4AF8DB;
}
</style>
background-color css
<style>
a { background-color: #4AF8DB; }
a { background-color: rgb(74,248,219); }
div.DivClassName
{
background-color: #4AF8DB;
}
.BgClassName
{
background-color: #4AF8DB;
}
</style>
border-color css
<style>
span { border-color: #4AF8DB; }
span { border-color: rgb(74,248,219); }
td.TdClassName
{
border-color: #4AF8DB;
}
.TagClassName
{
border-color: #4AF8DB;
}
</style>