Shades of Turquoise #4ADFEA
Tints of Turquoise #4ADFEA
RGB
CMYK
RGB Variations
Color information
#4ADFEA (or 0x4ADFEA) is known color: Turquoise. HEX triplet: 4A, DF and EA. RGB value is (74,223,234). Sum of RGB (Red+Green+Blue) = 74+223+234=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ADFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFEA is #B52015. Grayscale: #B3B3B3. Windows color (decimal): -11870230 or 15392586. OLE color: 15392586.
HSL color Cylindrical-coordinate representation of color #4ADFEA: hue angle of 184.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADFEA is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 223 | 234 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.08 |
| HSL | 184.13º | 0.79% | 0.6% | - |
| HSV(B) | 184.13º | 0.68% | 0.92% | - |
| XYZ | 44.06 | 60.17 | 87.13 | - |
| YUV | 179.7 | 158.64 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 234 | 0.68 | 0.05 | 0 | 0.08 | 184.13 | 0.79 | 0.6 |
| Hex | 4A | DF | EA | 44 | 5 | 0 | 8 | B8 | 4F | 3C |
| Octal | 112 | 337 | 352 | 104 | 5 | 0 | 10 | 270 | 117 | 74 |
| Binary | 1001010 | 11011111 | 11101010 | 1000100 | 101 | 0 | 1000 | 10111000 | 1001111 | 111100 |
Color Harmonies of #4ADFEA
Complementary color
Monochromatic Colors of #4ADFEA
Black with #4ADFEA
Text Example
Text Example
White with #4ADFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFEA; }
p { color: rgb(74,223,234); }
H1.HeaderClassName
{
color: #4ADFEA;
}
.AnyTagClassName
{
color: #4ADFEA;
}
</style>
background-color css
<style>
a { background-color: #4ADFEA; }
a { background-color: rgb(74,223,234); }
div.DivClassName
{
background-color: #4ADFEA;
}
.BgClassName
{
background-color: #4ADFEA;
}
</style>
border-color css
<style>
span { border-color: #4ADFEA; }
span { border-color: rgb(74,223,234); }
td.TdClassName
{
border-color: #4ADFEA;
}
.TagClassName
{
border-color: #4ADFEA;
}
</style>