Shades of Turquoise Blue #4BDEF3
Tints of Turquoise Blue #4BDEF3
RGB
CMYK
RGB Variations
Color information
#4BDEF3 (or 0x4BDEF3) is known color: Turquoise Blue. HEX triplet: 4B, DE and F3. RGB value is (75,222,243). Sum of RGB (Red+Green+Blue) = 75+222+243=540 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.89% from 540); Green value is 222 (87.11% from 255 or 41.11% 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 #4BDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDEF3 is #B4210C. Grayscale: #B4B4B4. Windows color (decimal): -11804941 or 15982155. OLE color: 15982155.
HSL color Cylindrical-coordinate representation of color #4BDEF3: hue angle of 187.5º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDEF3 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 222 | 243 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.05 |
| HSL | 187.5º | 0.88% | 0.62% | - |
| HSV(B) | 187.5º | 0.69% | 0.95% | - |
| XYZ | 45.2 | 60.21 | 94.03 | - |
| YUV | 180.44 | 163.3 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 243 | 0.69 | 0.09 | 0 | 0.05 | 187.5 | 0.88 | 0.62 |
| Hex | 4B | DE | F3 | 45 | 9 | 0 | 5 | BC | 58 | 3E |
| Octal | 113 | 336 | 363 | 105 | 11 | 0 | 5 | 274 | 130 | 76 |
| Binary | 1001011 | 11011110 | 11110011 | 1000101 | 1001 | 0 | 101 | 10111100 | 1011000 | 111110 |
Color Harmonies of #4BDEF3
Complementary color
Monochromatic Colors of #4BDEF3
Black with #4BDEF3
Text Example
Text Example
White with #4BDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDEF3; }
p { color: rgb(75,222,243); }
H1.HeaderClassName
{
color: #4BDEF3;
}
.AnyTagClassName
{
color: #4BDEF3;
}
</style>
background-color css
<style>
a { background-color: #4BDEF3; }
a { background-color: rgb(75,222,243); }
div.DivClassName
{
background-color: #4BDEF3;
}
.BgClassName
{
background-color: #4BDEF3;
}
</style>
border-color css
<style>
span { border-color: #4BDEF3; }
span { border-color: rgb(75,222,243); }
td.TdClassName
{
border-color: #4BDEF3;
}
.TagClassName
{
border-color: #4BDEF3;
}
</style>