Shades of Turquoise Blue #4CCDF2
Tints of Turquoise Blue #4CCDF2
RGB
CMYK
RGB Variations
Color information
#4CCDF2 (or 0x4CCDF2) is known color: Turquoise Blue. HEX triplet: 4C, CD and F2. RGB value is (76,205,242). Sum of RGB (Red+Green+Blue) = 76+205+242=523 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.53% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CCDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCDF2 is #B3320D. Grayscale: #AAAAAA. Windows color (decimal): -11743758 or 15912268. OLE color: 15912268.
HSL color Cylindrical-coordinate representation of color #4CCDF2: hue angle of 193.37º 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 #4CCDF2 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 205 | 242 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.05 |
| HSL | 193.37º | 0.86% | 0.62% | - |
| HSV(B) | 193.37º | 0.69% | 0.95% | - |
| XYZ | 40.84 | 51.61 | 91.81 | - |
| YUV | 170.65 | 168.26 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 242 | 0.69 | 0.15 | 0 | 0.05 | 193.37 | 0.86 | 0.62 |
| Hex | 4C | CD | F2 | 45 | F | 0 | 5 | C1 | 56 | 3E |
| Octal | 114 | 315 | 362 | 105 | 17 | 0 | 5 | 301 | 126 | 76 |
| Binary | 1001100 | 11001101 | 11110010 | 1000101 | 1111 | 0 | 101 | 11000001 | 1010110 | 111110 |
Color Harmonies of #4CCDF2
Complementary color
Monochromatic Colors of #4CCDF2
Black with #4CCDF2
Text Example
Text Example
White with #4CCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDF2; }
p { color: rgb(76,205,242); }
H1.HeaderClassName
{
color: #4CCDF2;
}
.AnyTagClassName
{
color: #4CCDF2;
}
</style>
background-color css
<style>
a { background-color: #4CCDF2; }
a { background-color: rgb(76,205,242); }
div.DivClassName
{
background-color: #4CCDF2;
}
.BgClassName
{
background-color: #4CCDF2;
}
</style>
border-color css
<style>
span { border-color: #4CCDF2; }
span { border-color: rgb(76,205,242); }
td.TdClassName
{
border-color: #4CCDF2;
}
.TagClassName
{
border-color: #4CCDF2;
}
</style>