Shades of Turquoise Blue #4ADFF3
Tints of Turquoise Blue #4ADFF3
RGB
CMYK
RGB Variations
Color information
#4ADFF3 (or 0x4ADFF3) is known color: Turquoise Blue. HEX triplet: 4A, DF and F3. RGB value is (74,223,243). Sum of RGB (Red+Green+Blue) = 74+223+243=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #4ADFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFF3 is #B5200C. Grayscale: #B4B4B4. Windows color (decimal): -11870221 or 15982410. OLE color: 15982410.
HSL color Cylindrical-coordinate representation of color #4ADFF3: hue angle of 187.1º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADFF3 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 223 | 243 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.05 |
| HSL | 187.1º | 0.88% | 0.62% | - |
| HSV(B) | 187.1º | 0.7% | 0.95% | - |
| XYZ | 45.39 | 60.7 | 94.12 | - |
| YUV | 180.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 243 | 0.70 | 0.08 | 0 | 0.05 | 187.1 | 0.88 | 0.62 |
| Hex | 4A | DF | F3 | 46 | 8 | 0 | 5 | BB | 58 | 3E |
| Octal | 112 | 337 | 363 | 106 | 10 | 0 | 5 | 273 | 130 | 76 |
| Binary | 1001010 | 11011111 | 11110011 | 1000110 | 1000 | 0 | 101 | 10111011 | 1011000 | 111110 |
Color Harmonies of #4ADFF3
Complementary color
Monochromatic Colors of #4ADFF3
Black with #4ADFF3
Text Example
Text Example
White with #4ADFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFF3; }
p { color: rgb(74,223,243); }
H1.HeaderClassName
{
color: #4ADFF3;
}
.AnyTagClassName
{
color: #4ADFF3;
}
</style>
background-color css
<style>
a { background-color: #4ADFF3; }
a { background-color: rgb(74,223,243); }
div.DivClassName
{
background-color: #4ADFF3;
}
.BgClassName
{
background-color: #4ADFF3;
}
</style>
border-color css
<style>
span { border-color: #4ADFF3; }
span { border-color: rgb(74,223,243); }
td.TdClassName
{
border-color: #4ADFF3;
}
.TagClassName
{
border-color: #4ADFF3;
}
</style>