Shades of Turquoise Blue #4ADCF2
Tints of Turquoise Blue #4ADCF2
RGB
CMYK
RGB Variations
Color information
#4ADCF2 (or 0x4ADCF2) is known color: Turquoise Blue. HEX triplet: 4A, DC and F2. RGB value is (74,220,242). Sum of RGB (Red+Green+Blue) = 74+220+242=536 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.81% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ADCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCF2 is #B5230D. Grayscale: #B2B2B2. Windows color (decimal): -11870990 or 15916106. OLE color: 15916106.
HSL color Cylindrical-coordinate representation of color #4ADCF2: hue angle of 187.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADCF2 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 220 | 242 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.05 |
| HSL | 187.86º | 0.87% | 0.62% | - |
| HSV(B) | 187.86º | 0.69% | 0.95% | - |
| XYZ | 44.44 | 59.05 | 93.06 | - |
| YUV | 178.85 | 163.63 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 242 | 0.69 | 0.09 | 0 | 0.05 | 187.86 | 0.87 | 0.62 |
| Hex | 4A | DC | F2 | 45 | 9 | 0 | 5 | BC | 57 | 3E |
| Octal | 112 | 334 | 362 | 105 | 11 | 0 | 5 | 274 | 127 | 76 |
| Binary | 1001010 | 11011100 | 11110010 | 1000101 | 1001 | 0 | 101 | 10111100 | 1010111 | 111110 |
Color Harmonies of #4ADCF2
Complementary color
Monochromatic Colors of #4ADCF2
Black with #4ADCF2
Text Example
Text Example
White with #4ADCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCF2; }
p { color: rgb(74,220,242); }
H1.HeaderClassName
{
color: #4ADCF2;
}
.AnyTagClassName
{
color: #4ADCF2;
}
</style>
background-color css
<style>
a { background-color: #4ADCF2; }
a { background-color: rgb(74,220,242); }
div.DivClassName
{
background-color: #4ADCF2;
}
.BgClassName
{
background-color: #4ADCF2;
}
</style>
border-color css
<style>
span { border-color: #4ADCF2; }
span { border-color: rgb(74,220,242); }
td.TdClassName
{
border-color: #4ADCF2;
}
.TagClassName
{
border-color: #4ADCF2;
}
</style>