Shades of Turquoise Blue #4CDBF2
Tints of Turquoise Blue #4CDBF2
RGB
CMYK
RGB Variations
Color information
#4CDBF2 (or 0x4CDBF2) is known color: Turquoise Blue. HEX triplet: 4C, DB and F2. RGB value is (76,219,242). Sum of RGB (Red+Green+Blue) = 76+219+242=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CDBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDBF2 is #B3240D. Grayscale: #B2B2B2. Windows color (decimal): -11740174 or 15915852. OLE color: 15915852.
HSL color Cylindrical-coordinate representation of color #4CDBF2: hue angle of 188.31º degrees, saturation: 0.86, 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 #4CDBF2 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 219 | 242 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.05 |
| HSL | 188.31º | 0.86% | 0.62% | - |
| HSV(B) | 188.31º | 0.69% | 0.95% | - |
| XYZ | 44.34 | 58.61 | 92.98 | - |
| YUV | 178.87 | 163.62 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 242 | 0.69 | 0.10 | 0 | 0.05 | 188.31 | 0.86 | 0.62 |
| Hex | 4C | DB | F2 | 45 | A | 0 | 5 | BC | 56 | 3E |
| Octal | 114 | 333 | 362 | 105 | 12 | 0 | 5 | 274 | 126 | 76 |
| Binary | 1001100 | 11011011 | 11110010 | 1000101 | 1010 | 0 | 101 | 10111100 | 1010110 | 111110 |
Color Harmonies of #4CDBF2
Complementary color
Monochromatic Colors of #4CDBF2
Black with #4CDBF2
Text Example
Text Example
White with #4CDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBF2; }
p { color: rgb(76,219,242); }
H1.HeaderClassName
{
color: #4CDBF2;
}
.AnyTagClassName
{
color: #4CDBF2;
}
</style>
background-color css
<style>
a { background-color: #4CDBF2; }
a { background-color: rgb(76,219,242); }
div.DivClassName
{
background-color: #4CDBF2;
}
.BgClassName
{
background-color: #4CDBF2;
}
</style>
border-color css
<style>
span { border-color: #4CDBF2; }
span { border-color: rgb(76,219,242); }
td.TdClassName
{
border-color: #4CDBF2;
}
.TagClassName
{
border-color: #4CDBF2;
}
</style>