Shades of Turquoise Blue #4ADFFF
Tints of Turquoise Blue #4ADFFF
RGB
CMYK
RGB Variations
Color information
#4ADFFF (or 0x4ADFFF) is known color: Turquoise Blue. HEX triplet: 4A, DF and FF. RGB value is (74,223,255). Sum of RGB (Red+Green+Blue) = 74+223+255=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ADFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFFF is #B52000. Grayscale: #B5B5B5. Windows color (decimal): -11870209 or 16768842. OLE color: 16768842.
HSL color Cylindrical-coordinate representation of color #4ADFFF: hue angle of 190.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADFFF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 223 | 255 | - |
| CMYK | 0.71 | 0.13 | 0 | 0 |
| HSL | 190.61º | 1% | 0.65% | - |
| HSV(B) | 190.61º | 0.71% | 1% | - |
| XYZ | 47.26 | 61.45 | 103.98 | - |
| YUV | 182.1 | 169.14 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 255 | 0.71 | 0.13 | 0 | 0 | 190.61 | 1 | 0.65 |
| Hex | 4A | DF | FF | 47 | D | 0 | 0 | BF | 64 | 41 |
| Octal | 112 | 337 | 377 | 107 | 15 | 0 | 0 | 277 | 144 | 101 |
| Binary | 1001010 | 11011111 | 11111111 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000001 |
Color Harmonies of #4ADFFF
Complementary color
Monochromatic Colors of #4ADFFF
Black with #4ADFFF
Text Example
Text Example
White with #4ADFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFFF; }
p { color: rgb(74,223,255); }
H1.HeaderClassName
{
color: #4ADFFF;
}
.AnyTagClassName
{
color: #4ADFFF;
}
</style>
background-color css
<style>
a { background-color: #4ADFFF; }
a { background-color: rgb(74,223,255); }
div.DivClassName
{
background-color: #4ADFFF;
}
.BgClassName
{
background-color: #4ADFFF;
}
</style>
border-color css
<style>
span { border-color: #4ADFFF; }
span { border-color: rgb(74,223,255); }
td.TdClassName
{
border-color: #4ADFFF;
}
.TagClassName
{
border-color: #4ADFFF;
}
</style>