Shades of Turquoise Blue #4BDEF4
Tints of Turquoise Blue #4BDEF4
RGB
CMYK
RGB Variations
Color information
#4BDEF4 (or 0x4BDEF4) is known color: Turquoise Blue. HEX triplet: 4B, DE and F4. RGB value is (75,222,244). Sum of RGB (Red+Green+Blue) = 75+222+244=541 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.86% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #4BDEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDEF4 is #B4210B. Grayscale: #B4B4B4. Windows color (decimal): -11804940 or 16047691. OLE color: 16047691.
HSL color Cylindrical-coordinate representation of color #4BDEF4: hue angle of 187.81º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDEF4 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 222 | 244 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.04 |
| HSL | 187.81º | 0.88% | 0.63% | - |
| HSV(B) | 187.81º | 0.69% | 0.96% | - |
| XYZ | 45.35 | 60.27 | 94.83 | - |
| YUV | 180.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 244 | 0.69 | 0.09 | 0 | 0.04 | 187.81 | 0.88 | 0.63 |
| Hex | 4B | DE | F4 | 45 | 9 | 0 | 4 | BC | 58 | 3F |
| Octal | 113 | 336 | 364 | 105 | 11 | 0 | 4 | 274 | 130 | 77 |
| Binary | 1001011 | 11011110 | 11110100 | 1000101 | 1001 | 0 | 100 | 10111100 | 1011000 | 111111 |
Color Harmonies of #4BDEF4
Complementary color
Monochromatic Colors of #4BDEF4
Black with #4BDEF4
Text Example
Text Example
White with #4BDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDEF4; }
p { color: rgb(75,222,244); }
H1.HeaderClassName
{
color: #4BDEF4;
}
.AnyTagClassName
{
color: #4BDEF4;
}
</style>
background-color css
<style>
a { background-color: #4BDEF4; }
a { background-color: rgb(75,222,244); }
div.DivClassName
{
background-color: #4BDEF4;
}
.BgClassName
{
background-color: #4BDEF4;
}
</style>
border-color css
<style>
span { border-color: #4BDEF4; }
span { border-color: rgb(75,222,244); }
td.TdClassName
{
border-color: #4BDEF4;
}
.TagClassName
{
border-color: #4BDEF4;
}
</style>