Shades of Turquoise Blue #4CDFED
Tints of Turquoise Blue #4CDFED
RGB
CMYK
RGB Variations
Color information
#4CDFED (or 0x4CDFED) is known color: Turquoise Blue. HEX triplet: 4C, DF and ED. RGB value is (76,223,237). Sum of RGB (Red+Green+Blue) = 76+223+237=536 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.18% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #4CDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFED is #B32012. Grayscale: #B4B4B4. Windows color (decimal): -11739155 or 15589196. OLE color: 15589196.
HSL color Cylindrical-coordinate representation of color #4CDFED: hue angle of 185.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDFED is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 223 | 237 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.07 |
| HSL | 185.22º | 0.82% | 0.61% | - |
| HSV(B) | 185.22º | 0.68% | 0.93% | - |
| XYZ | 44.65 | 60.43 | 89.43 | - |
| YUV | 180.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 237 | 0.68 | 0.06 | 0 | 0.07 | 185.22 | 0.82 | 0.61 |
| Hex | 4C | DF | ED | 44 | 6 | 0 | 7 | B9 | 52 | 3D |
| Octal | 114 | 337 | 355 | 104 | 6 | 0 | 7 | 271 | 122 | 75 |
| Binary | 1001100 | 11011111 | 11101101 | 1000100 | 110 | 0 | 111 | 10111001 | 1010010 | 111101 |
Color Harmonies of #4CDFED
Complementary color
Monochromatic Colors of #4CDFED
Black with #4CDFED
Text Example
Text Example
White with #4CDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFED; }
p { color: rgb(76,223,237); }
H1.HeaderClassName
{
color: #4CDFED;
}
.AnyTagClassName
{
color: #4CDFED;
}
</style>
background-color css
<style>
a { background-color: #4CDFED; }
a { background-color: rgb(76,223,237); }
div.DivClassName
{
background-color: #4CDFED;
}
.BgClassName
{
background-color: #4CDFED;
}
</style>
border-color css
<style>
span { border-color: #4CDFED; }
span { border-color: rgb(76,223,237); }
td.TdClassName
{
border-color: #4CDFED;
}
.TagClassName
{
border-color: #4CDFED;
}
</style>