Shades of Turquoise #4CDFC3
Tints of Turquoise #4CDFC3
RGB
CMYK
RGB Variations
Color information
#4CDFC3 (or 0x4CDFC3) is known color: Turquoise. HEX triplet: 4C, DF and C3. RGB value is (76,223,195). Sum of RGB (Red+Green+Blue) = 76+223+195=494 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.38% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFC3 is #B3203C. Grayscale: #AFAFAF. Windows color (decimal): -11739197 or 12836684. OLE color: 12836684.
HSL color Cylindrical-coordinate representation of color #4CDFC3: hue angle of 168.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFC3 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 195 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.13 |
| HSL | 168.57º | 0.7% | 0.59% | - |
| HSV(B) | 168.57º | 0.66% | 0.87% | - |
| XYZ | 39.22 | 58.25 | 60.81 | - |
| YUV | 175.86 | 138.8 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 195 | 0.66 | 0 | 0.13 | 0.13 | 168.57 | 0.7 | 0.59 |
| Hex | 4C | DF | C3 | 42 | 0 | D | D | A9 | 46 | 3B |
| Octal | 114 | 337 | 303 | 102 | 0 | 15 | 15 | 251 | 106 | 73 |
| Binary | 1001100 | 11011111 | 11000011 | 1000010 | 0 | 1101 | 1101 | 10101001 | 1000110 | 111011 |
Color Harmonies of #4CDFC3
Complementary color
Monochromatic Colors of #4CDFC3
Black with #4CDFC3
Text Example
Text Example
White with #4CDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFC3; }
p { color: rgb(76,223,195); }
H1.HeaderClassName
{
color: #4CDFC3;
}
.AnyTagClassName
{
color: #4CDFC3;
}
</style>
background-color css
<style>
a { background-color: #4CDFC3; }
a { background-color: rgb(76,223,195); }
div.DivClassName
{
background-color: #4CDFC3;
}
.BgClassName
{
background-color: #4CDFC3;
}
</style>
border-color css
<style>
span { border-color: #4CDFC3; }
span { border-color: rgb(76,223,195); }
td.TdClassName
{
border-color: #4CDFC3;
}
.TagClassName
{
border-color: #4CDFC3;
}
</style>