Shades of Turquoise #4ADFED
Tints of Turquoise #4ADFED
RGB
CMYK
RGB Variations
Color information
#4ADFED (or 0x4ADFED) is known color: Turquoise. HEX triplet: 4A, DF and ED. RGB value is (74,223,237). Sum of RGB (Red+Green+Blue) = 74+223+237=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ADFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFED is #B52012. Grayscale: #B3B3B3. Windows color (decimal): -11870227 or 15589194. OLE color: 15589194.
HSL color Cylindrical-coordinate representation of color #4ADFED: hue angle of 185.15º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADFED is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 223 | 237 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.07 |
| HSL | 185.15º | 0.82% | 0.61% | - |
| HSV(B) | 185.15º | 0.69% | 0.93% | - |
| XYZ | 44.5 | 60.35 | 89.42 | - |
| YUV | 180.05 | 160.14 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 237 | 0.69 | 0.06 | 0 | 0.07 | 185.15 | 0.82 | 0.61 |
| Hex | 4A | DF | ED | 45 | 6 | 0 | 7 | B9 | 52 | 3D |
| Octal | 112 | 337 | 355 | 105 | 6 | 0 | 7 | 271 | 122 | 75 |
| Binary | 1001010 | 11011111 | 11101101 | 1000101 | 110 | 0 | 111 | 10111001 | 1010010 | 111101 |
Color Harmonies of #4ADFED
Complementary color
Monochromatic Colors of #4ADFED
Black with #4ADFED
Text Example
Text Example
White with #4ADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFED; }
p { color: rgb(74,223,237); }
H1.HeaderClassName
{
color: #4ADFED;
}
.AnyTagClassName
{
color: #4ADFED;
}
</style>
background-color css
<style>
a { background-color: #4ADFED; }
a { background-color: rgb(74,223,237); }
div.DivClassName
{
background-color: #4ADFED;
}
.BgClassName
{
background-color: #4ADFED;
}
</style>
border-color css
<style>
span { border-color: #4ADFED; }
span { border-color: rgb(74,223,237); }
td.TdClassName
{
border-color: #4ADFED;
}
.TagClassName
{
border-color: #4ADFED;
}
</style>