Shades of Turquoise Blue #4ACFFC
Tints of Turquoise Blue #4ACFFC
RGB
CMYK
RGB Variations
Color information
#4ACFFC (or 0x4ACFFC) is known color: Turquoise Blue. HEX triplet: 4A, CF and FC. RGB value is (74,207,252). Sum of RGB (Red+Green+Blue) = 74+207+252=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ACFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACFFC is #B53003. Grayscale: #ACACAC. Windows color (decimal): -11874308 or 16568138. OLE color: 16568138.
HSL color Cylindrical-coordinate representation of color #4ACFFC: hue angle of 195.17º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ACFFC is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 207 | 252 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.01 |
| HSL | 195.17º | 0.97% | 0.64% | - |
| HSV(B) | 195.17º | 0.71% | 0.99% | - |
| XYZ | 42.71 | 53.11 | 100.1 | - |
| YUV | 172.36 | 172.94 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 252 | 0.71 | 0.18 | 0 | 0.01 | 195.17 | 0.97 | 0.64 |
| Hex | 4A | CF | FC | 47 | 12 | 0 | 1 | C3 | 61 | 40 |
| Octal | 112 | 317 | 374 | 107 | 22 | 0 | 1 | 303 | 141 | 100 |
| Binary | 1001010 | 11001111 | 11111100 | 1000111 | 10010 | 0 | 1 | 11000011 | 1100001 | 1000000 |
Color Harmonies of #4ACFFC
Complementary color
Monochromatic Colors of #4ACFFC
Black with #4ACFFC
Text Example
Text Example
White with #4ACFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFFC; }
p { color: rgb(74,207,252); }
H1.HeaderClassName
{
color: #4ACFFC;
}
.AnyTagClassName
{
color: #4ACFFC;
}
</style>
background-color css
<style>
a { background-color: #4ACFFC; }
a { background-color: rgb(74,207,252); }
div.DivClassName
{
background-color: #4ACFFC;
}
.BgClassName
{
background-color: #4ACFFC;
}
</style>
border-color css
<style>
span { border-color: #4ACFFC; }
span { border-color: rgb(74,207,252); }
td.TdClassName
{
border-color: #4ACFFC;
}
.TagClassName
{
border-color: #4ACFFC;
}
</style>