Shades of Turquoise Blue #4BDFF2
Tints of Turquoise Blue #4BDFF2
RGB
CMYK
RGB Variations
Color information
#4BDFF2 (or 0x4BDFF2) is known color: Turquoise Blue. HEX triplet: 4B, DF and F2. RGB value is (75,223,242). Sum of RGB (Red+Green+Blue) = 75+223+242=540 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.89% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #4BDFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFF2 is #B4200D. Grayscale: #B4B4B4. Windows color (decimal): -11804686 or 15916875. OLE color: 15916875.
HSL color Cylindrical-coordinate representation of color #4BDFF2: hue angle of 186.83º degrees, saturation: 0.87, 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 #4BDFF2 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 223 | 242 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.05 |
| HSL | 186.83º | 0.87% | 0.62% | - |
| HSV(B) | 186.83º | 0.69% | 0.95% | - |
| XYZ | 45.32 | 60.68 | 93.33 | - |
| YUV | 180.91 | 162.47 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 242 | 0.69 | 0.08 | 0 | 0.05 | 186.83 | 0.87 | 0.62 |
| Hex | 4B | DF | F2 | 45 | 8 | 0 | 5 | BB | 57 | 3E |
| Octal | 113 | 337 | 362 | 105 | 10 | 0 | 5 | 273 | 127 | 76 |
| Binary | 1001011 | 11011111 | 11110010 | 1000101 | 1000 | 0 | 101 | 10111011 | 1010111 | 111110 |
Color Harmonies of #4BDFF2
Complementary color
Monochromatic Colors of #4BDFF2
Black with #4BDFF2
Text Example
Text Example
White with #4BDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFF2; }
p { color: rgb(75,223,242); }
H1.HeaderClassName
{
color: #4BDFF2;
}
.AnyTagClassName
{
color: #4BDFF2;
}
</style>
background-color css
<style>
a { background-color: #4BDFF2; }
a { background-color: rgb(75,223,242); }
div.DivClassName
{
background-color: #4BDFF2;
}
.BgClassName
{
background-color: #4BDFF2;
}
</style>
border-color css
<style>
span { border-color: #4BDFF2; }
span { border-color: rgb(75,223,242); }
td.TdClassName
{
border-color: #4BDFF2;
}
.TagClassName
{
border-color: #4BDFF2;
}
</style>