Shades of Turquoise Blue #4ACFF3
Tints of Turquoise Blue #4ACFF3
RGB
CMYK
RGB Variations
Color information
#4ACFF3 (or 0x4ACFF3) is known color: Turquoise Blue. HEX triplet: 4A, CF and F3. RGB value is (74,207,243). Sum of RGB (Red+Green+Blue) = 74+207+243=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #4ACFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACFF3 is #B5300C. Grayscale: #ABABAB. Windows color (decimal): -11874317 or 15978314. OLE color: 15978314.
HSL color Cylindrical-coordinate representation of color #4ACFF3: hue angle of 192.78º 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 #4ACFF3 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 207 | 243 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.05 |
| HSL | 192.78º | 0.88% | 0.62% | - |
| HSV(B) | 192.78º | 0.7% | 0.95% | - |
| XYZ | 41.31 | 52.55 | 92.76 | - |
| YUV | 171.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 243 | 0.70 | 0.15 | 0 | 0.05 | 192.78 | 0.88 | 0.62 |
| Hex | 4A | CF | F3 | 46 | F | 0 | 5 | C1 | 58 | 3E |
| Octal | 112 | 317 | 363 | 106 | 17 | 0 | 5 | 301 | 130 | 76 |
| Binary | 1001010 | 11001111 | 11110011 | 1000110 | 1111 | 0 | 101 | 11000001 | 1011000 | 111110 |
Color Harmonies of #4ACFF3
Complementary color
Monochromatic Colors of #4ACFF3
Black with #4ACFF3
Text Example
Text Example
White with #4ACFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFF3; }
p { color: rgb(74,207,243); }
H1.HeaderClassName
{
color: #4ACFF3;
}
.AnyTagClassName
{
color: #4ACFF3;
}
</style>
background-color css
<style>
a { background-color: #4ACFF3; }
a { background-color: rgb(74,207,243); }
div.DivClassName
{
background-color: #4ACFF3;
}
.BgClassName
{
background-color: #4ACFF3;
}
</style>
border-color css
<style>
span { border-color: #4ACFF3; }
span { border-color: rgb(74,207,243); }
td.TdClassName
{
border-color: #4ACFF3;
}
.TagClassName
{
border-color: #4ACFF3;
}
</style>