Shades of Turquoise Blue #4CDFF2
Tints of Turquoise Blue #4CDFF2
RGB
CMYK
RGB Variations
Color information
#4CDFF2 (or 0x4CDFF2) is known color: Turquoise Blue. HEX triplet: 4C, DF and F2. RGB value is (76,223,242). Sum of RGB (Red+Green+Blue) = 76+223+242=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CDFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFF2 is #B3200D. Grayscale: #B4B4B4. Windows color (decimal): -11739150 or 15916876. OLE color: 15916876.
HSL color Cylindrical-coordinate representation of color #4CDFF2: hue angle of 186.87º 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 #4CDFF2 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 223 | 242 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.05 |
| HSL | 186.87º | 0.86% | 0.62% | - |
| HSV(B) | 186.87º | 0.69% | 0.95% | - |
| XYZ | 45.4 | 60.72 | 93.33 | - |
| YUV | 181.21 | 162.3 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 242 | 0.69 | 0.08 | 0 | 0.05 | 186.87 | 0.86 | 0.62 |
| Hex | 4C | DF | F2 | 45 | 8 | 0 | 5 | BB | 56 | 3E |
| Octal | 114 | 337 | 362 | 105 | 10 | 0 | 5 | 273 | 126 | 76 |
| Binary | 1001100 | 11011111 | 11110010 | 1000101 | 1000 | 0 | 101 | 10111011 | 1010110 | 111110 |
Color Harmonies of #4CDFF2
Complementary color
Monochromatic Colors of #4CDFF2
Black with #4CDFF2
Text Example
Text Example
White with #4CDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFF2; }
p { color: rgb(76,223,242); }
H1.HeaderClassName
{
color: #4CDFF2;
}
.AnyTagClassName
{
color: #4CDFF2;
}
</style>
background-color css
<style>
a { background-color: #4CDFF2; }
a { background-color: rgb(76,223,242); }
div.DivClassName
{
background-color: #4CDFF2;
}
.BgClassName
{
background-color: #4CDFF2;
}
</style>
border-color css
<style>
span { border-color: #4CDFF2; }
span { border-color: rgb(76,223,242); }
td.TdClassName
{
border-color: #4CDFF2;
}
.TagClassName
{
border-color: #4CDFF2;
}
</style>