Shades of Pale Turquoise #C3FDFC
Tints of Pale Turquoise #C3FDFC
RGB
CMYK
RGB Variations
Color information
#C3FDFC (or 0xC3FDFC) is known color: Pale Turquoise. HEX triplet: C3, FD and FC. RGB value is (195,253,252). Sum of RGB (Red+Green+Blue) = 195+253+252=700 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.86% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDFC is #3C0203. Grayscale: #EBEBEB. Windows color (decimal): -3932676 or 16580035. OLE color: 16580035.
HSL color Cylindrical-coordinate representation of color #C3FDFC: hue angle of 178.97º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FDFC is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 195 | 253 | 252 | - |
CMYK | 0.23 | 0 | 0.00 | 0.01 |
HSL | 178.97º | 0.94% | 0.88% | - |
HSV(B) | 178.97º | 0.23% | 0.99% | - |
XYZ | 75.2 | 88.88 | 105.29 | - |
YUV | 235.54 | 137.28 | 99.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 253 | 252 | 0.23 | 0 | 0.00 | 0.01 | 178.97 | 0.94 | 0.88 |
Hex | C3 | FD | FC | 17 | 0 | 0 | 1 | B3 | 5E | 58 |
Octal | 303 | 375 | 374 | 27 | 0 | 0 | 1 | 263 | 136 | 130 |
Binary | 11000011 | 11111101 | 11111100 | 10111 | 0 | 0 | 1 | 10110011 | 1011110 | 1011000 |
Color Harmonies of #C3FDFC
Complementary color
Monochromatic Colors of #C3FDFC
Black with #C3FDFC
Text Example
Text Example
White with #C3FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDFC; }
p { color: rgb(195,253,252); }
H1.HeaderClassName
{
color: #C3FDFC;
}
.AnyTagClassName
{
color: #C3FDFC;
}
</style>
background-color css
<style>
a { background-color: #C3FDFC; }
a { background-color: rgb(195,253,252); }
div.DivClassName
{
background-color: #C3FDFC;
}
.BgClassName
{
background-color: #C3FDFC;
}
</style>
border-color css
<style>
span { border-color: #C3FDFC; }
span { border-color: rgb(195,253,252); }
td.TdClassName
{
border-color: #C3FDFC;
}
.TagClassName
{
border-color: #C3FDFC;
}
</style>