Shades of Turquoise Blue #4ADCF1
Tints of Turquoise Blue #4ADCF1
RGB
CMYK
RGB Variations
Color information
#4ADCF1 (or 0x4ADCF1) is known color: Turquoise Blue. HEX triplet: 4A, DC and F1. RGB value is (74,220,241). Sum of RGB (Red+Green+Blue) = 74+220+241=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #4ADCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCF1 is #B5230E. Grayscale: #B2B2B2. Windows color (decimal): -11870991 or 15850570. OLE color: 15850570.
HSL color Cylindrical-coordinate representation of color #4ADCF1: hue angle of 187.54º degrees, saturation: 0.86, 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 #4ADCF1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 220 | 241 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.05 |
| HSL | 187.54º | 0.86% | 0.62% | - |
| HSV(B) | 187.54º | 0.69% | 0.95% | - |
| XYZ | 44.29 | 58.99 | 92.27 | - |
| YUV | 178.74 | 163.13 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 241 | 0.69 | 0.09 | 0 | 0.05 | 187.54 | 0.86 | 0.62 |
| Hex | 4A | DC | F1 | 45 | 9 | 0 | 5 | BC | 56 | 3E |
| Octal | 112 | 334 | 361 | 105 | 11 | 0 | 5 | 274 | 126 | 76 |
| Binary | 1001010 | 11011100 | 11110001 | 1000101 | 1001 | 0 | 101 | 10111100 | 1010110 | 111110 |
Color Harmonies of #4ADCF1
Complementary color
Monochromatic Colors of #4ADCF1
Black with #4ADCF1
Text Example
Text Example
White with #4ADCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCF1; }
p { color: rgb(74,220,241); }
H1.HeaderClassName
{
color: #4ADCF1;
}
.AnyTagClassName
{
color: #4ADCF1;
}
</style>
background-color css
<style>
a { background-color: #4ADCF1; }
a { background-color: rgb(74,220,241); }
div.DivClassName
{
background-color: #4ADCF1;
}
.BgClassName
{
background-color: #4ADCF1;
}
</style>
border-color css
<style>
span { border-color: #4ADCF1; }
span { border-color: rgb(74,220,241); }
td.TdClassName
{
border-color: #4ADCF1;
}
.TagClassName
{
border-color: #4ADCF1;
}
</style>