Shades of Turquoise Blue #4ADFF1
Tints of Turquoise Blue #4ADFF1
RGB
CMYK
RGB Variations
Color information
#4ADFF1 (or 0x4ADFF1) is known color: Turquoise Blue. HEX triplet: 4A, DF and F1. RGB value is (74,223,241). Sum of RGB (Red+Green+Blue) = 74+223+241=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #4ADFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFF1 is #B5200E. Grayscale: #B4B4B4. Windows color (decimal): -11870223 or 15851338. OLE color: 15851338.
HSL color Cylindrical-coordinate representation of color #4ADFF1: hue angle of 186.47º 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 #4ADFF1 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 223 | 241 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.05 |
| HSL | 186.47º | 0.86% | 0.62% | - |
| HSV(B) | 186.47º | 0.69% | 0.95% | - |
| XYZ | 45.09 | 60.58 | 92.54 | - |
| YUV | 180.5 | 162.14 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 241 | 0.69 | 0.07 | 0 | 0.05 | 186.47 | 0.86 | 0.62 |
| Hex | 4A | DF | F1 | 45 | 7 | 0 | 5 | BA | 56 | 3E |
| Octal | 112 | 337 | 361 | 105 | 7 | 0 | 5 | 272 | 126 | 76 |
| Binary | 1001010 | 11011111 | 11110001 | 1000101 | 111 | 0 | 101 | 10111010 | 1010110 | 111110 |
Color Harmonies of #4ADFF1
Complementary color
Monochromatic Colors of #4ADFF1
Black with #4ADFF1
Text Example
Text Example
White with #4ADFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFF1; }
p { color: rgb(74,223,241); }
H1.HeaderClassName
{
color: #4ADFF1;
}
.AnyTagClassName
{
color: #4ADFF1;
}
</style>
background-color css
<style>
a { background-color: #4ADFF1; }
a { background-color: rgb(74,223,241); }
div.DivClassName
{
background-color: #4ADFF1;
}
.BgClassName
{
background-color: #4ADFF1;
}
</style>
border-color css
<style>
span { border-color: #4ADFF1; }
span { border-color: rgb(74,223,241); }
td.TdClassName
{
border-color: #4ADFF1;
}
.TagClassName
{
border-color: #4ADFF1;
}
</style>