Shades of Turquoise Blue #4CDFF3
Tints of Turquoise Blue #4CDFF3
RGB
CMYK
RGB Variations
Color information
#4CDFF3 (or 0x4CDFF3) is known color: Turquoise Blue. HEX triplet: 4C, DF and F3. RGB value is (76,223,243). Sum of RGB (Red+Green+Blue) = 76+223+243=542 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.02% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #4CDFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFF3 is #B3200C. Grayscale: #B5B5B5. Windows color (decimal): -11739149 or 15982412. OLE color: 15982412.
HSL color Cylindrical-coordinate representation of color #4CDFF3: hue angle of 187.19º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CDFF3 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 223 | 243 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.05 |
| HSL | 187.19º | 0.87% | 0.63% | - |
| HSV(B) | 187.19º | 0.69% | 0.95% | - |
| XYZ | 45.55 | 60.78 | 94.13 | - |
| YUV | 181.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 243 | 0.69 | 0.08 | 0 | 0.05 | 187.19 | 0.87 | 0.63 |
| Hex | 4C | DF | F3 | 45 | 8 | 0 | 5 | BB | 57 | 3F |
| Octal | 114 | 337 | 363 | 105 | 10 | 0 | 5 | 273 | 127 | 77 |
| Binary | 1001100 | 11011111 | 11110011 | 1000101 | 1000 | 0 | 101 | 10111011 | 1010111 | 111111 |
Color Harmonies of #4CDFF3
Complementary color
Monochromatic Colors of #4CDFF3
Black with #4CDFF3
Text Example
Text Example
White with #4CDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFF3; }
p { color: rgb(76,223,243); }
H1.HeaderClassName
{
color: #4CDFF3;
}
.AnyTagClassName
{
color: #4CDFF3;
}
</style>
background-color css
<style>
a { background-color: #4CDFF3; }
a { background-color: rgb(76,223,243); }
div.DivClassName
{
background-color: #4CDFF3;
}
.BgClassName
{
background-color: #4CDFF3;
}
</style>
border-color css
<style>
span { border-color: #4CDFF3; }
span { border-color: rgb(76,223,243); }
td.TdClassName
{
border-color: #4CDFF3;
}
.TagClassName
{
border-color: #4CDFF3;
}
</style>