Shades of Turquoise Blue #4CDFFF
Tints of Turquoise Blue #4CDFFF
RGB
CMYK
RGB Variations
Color information
#4CDFFF (or 0x4CDFFF) is known color: Turquoise Blue. HEX triplet: 4C, DF and FF. RGB value is (76,223,255). Sum of RGB (Red+Green+Blue) = 76+223+255=554 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.72% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFFF is #B32000. Grayscale: #B6B6B6. Windows color (decimal): -11739137 or 16768844. OLE color: 16768844.
HSL color Cylindrical-coordinate representation of color #4CDFFF: hue angle of 190.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDFFF is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 223 | 255 | - |
| CMYK | 0.70 | 0.13 | 0 | 0 |
| HSL | 190.73º | 1% | 0.65% | - |
| HSV(B) | 190.73º | 0.7% | 1% | - |
| XYZ | 47.42 | 61.53 | 103.99 | - |
| YUV | 182.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 255 | 0.70 | 0.13 | 0 | 0 | 190.73 | 1 | 0.65 |
| Hex | 4C | DF | FF | 46 | D | 0 | 0 | BF | 64 | 41 |
| Octal | 114 | 337 | 377 | 106 | 15 | 0 | 0 | 277 | 144 | 101 |
| Binary | 1001100 | 11011111 | 11111111 | 1000110 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000001 |
Color Harmonies of #4CDFFF
Complementary color
Monochromatic Colors of #4CDFFF
Black with #4CDFFF
Text Example
Text Example
White with #4CDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFFF; }
p { color: rgb(76,223,255); }
H1.HeaderClassName
{
color: #4CDFFF;
}
.AnyTagClassName
{
color: #4CDFFF;
}
</style>
background-color css
<style>
a { background-color: #4CDFFF; }
a { background-color: rgb(76,223,255); }
div.DivClassName
{
background-color: #4CDFFF;
}
.BgClassName
{
background-color: #4CDFFF;
}
</style>
border-color css
<style>
span { border-color: #4CDFFF; }
span { border-color: rgb(76,223,255); }
td.TdClassName
{
border-color: #4CDFFF;
}
.TagClassName
{
border-color: #4CDFFF;
}
</style>