Shades of Turquoise Blue #4ADEED
Tints of Turquoise Blue #4ADEED
RGB
CMYK
RGB Variations
Color information
#4ADEED (or 0x4ADEED) is known color: Turquoise Blue. HEX triplet: 4A, DE and ED. RGB value is (74,222,237). Sum of RGB (Red+Green+Blue) = 74+222+237=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ADEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEED is #B52112. Grayscale: #B3B3B3. Windows color (decimal): -11870483 or 15588938. OLE color: 15588938.
HSL color Cylindrical-coordinate representation of color #4ADEED: hue angle of 185.52º 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 #4ADEED is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 222 | 237 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.07 |
| HSL | 185.52º | 0.82% | 0.61% | - |
| HSV(B) | 185.52º | 0.69% | 0.93% | - |
| XYZ | 44.23 | 59.81 | 89.33 | - |
| YUV | 179.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 237 | 0.69 | 0.06 | 0 | 0.07 | 185.52 | 0.82 | 0.61 |
| Hex | 4A | DE | ED | 45 | 6 | 0 | 7 | BA | 52 | 3D |
| Octal | 112 | 336 | 355 | 105 | 6 | 0 | 7 | 272 | 122 | 75 |
| Binary | 1001010 | 11011110 | 11101101 | 1000101 | 110 | 0 | 111 | 10111010 | 1010010 | 111101 |
Color Harmonies of #4ADEED
Complementary color
Monochromatic Colors of #4ADEED
Black with #4ADEED
Text Example
Text Example
White with #4ADEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEED; }
p { color: rgb(74,222,237); }
H1.HeaderClassName
{
color: #4ADEED;
}
.AnyTagClassName
{
color: #4ADEED;
}
</style>
background-color css
<style>
a { background-color: #4ADEED; }
a { background-color: rgb(74,222,237); }
div.DivClassName
{
background-color: #4ADEED;
}
.BgClassName
{
background-color: #4ADEED;
}
</style>
border-color css
<style>
span { border-color: #4ADEED; }
span { border-color: rgb(74,222,237); }
td.TdClassName
{
border-color: #4ADEED;
}
.TagClassName
{
border-color: #4ADEED;
}
</style>