Shades of Turquoise Blue #4BCFFD
Tints of Turquoise Blue #4BCFFD
RGB
CMYK
RGB Variations
Color information
#4BCFFD (or 0x4BCFFD) is known color: Turquoise Blue. HEX triplet: 4B, CF and FD. RGB value is (75,207,253). Sum of RGB (Red+Green+Blue) = 75+207+253=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BCFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCFFD is #B43002. Grayscale: #ACACAC. Windows color (decimal): -11808771 or 16633675. OLE color: 16633675.
HSL color Cylindrical-coordinate representation of color #4BCFFD: hue angle of 195.51º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCFFD is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 207 | 253 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.01 |
| HSL | 195.51º | 0.98% | 0.64% | - |
| HSV(B) | 195.51º | 0.7% | 0.99% | - |
| XYZ | 42.94 | 53.21 | 100.94 | - |
| YUV | 172.78 | 173.27 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 253 | 0.70 | 0.18 | 0 | 0.01 | 195.51 | 0.98 | 0.64 |
| Hex | 4B | CF | FD | 46 | 12 | 0 | 1 | C4 | 62 | 40 |
| Octal | 113 | 317 | 375 | 106 | 22 | 0 | 1 | 304 | 142 | 100 |
| Binary | 1001011 | 11001111 | 11111101 | 1000110 | 10010 | 0 | 1 | 11000100 | 1100010 | 1000000 |
Color Harmonies of #4BCFFD
Complementary color
Monochromatic Colors of #4BCFFD
Black with #4BCFFD
Text Example
Text Example
White with #4BCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFFD; }
p { color: rgb(75,207,253); }
H1.HeaderClassName
{
color: #4BCFFD;
}
.AnyTagClassName
{
color: #4BCFFD;
}
</style>
background-color css
<style>
a { background-color: #4BCFFD; }
a { background-color: rgb(75,207,253); }
div.DivClassName
{
background-color: #4BCFFD;
}
.BgClassName
{
background-color: #4BCFFD;
}
</style>
border-color css
<style>
span { border-color: #4BCFFD; }
span { border-color: rgb(75,207,253); }
td.TdClassName
{
border-color: #4BCFFD;
}
.TagClassName
{
border-color: #4BCFFD;
}
</style>