Shades of Pale Turquoise #C3FDFA
Tints of Pale Turquoise #C3FDFA
RGB
CMYK
RGB Variations
Color information
#C3FDFA (or 0xC3FDFA) is known color: Pale Turquoise. HEX triplet: C3, FD and FA. RGB value is (195,253,250). Sum of RGB (Red+Green+Blue) = 195+253+250=698 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.94% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDFA is #3C0205. Grayscale: #EBEBEB. Windows color (decimal): -3932678 or 16448963. OLE color: 16448963.
HSL color Cylindrical-coordinate representation of color #C3FDFA: hue angle of 176.9º 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 #C3FDFA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 195 | 253 | 250 | - |
CMYK | 0.23 | 0 | 0.01 | 0.01 |
HSL | 176.9º | 0.94% | 0.88% | - |
HSV(B) | 176.9º | 0.23% | 0.99% | - |
XYZ | 74.89 | 88.75 | 103.63 | - |
YUV | 235.32 | 136.28 | 99.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 253 | 250 | 0.23 | 0 | 0.01 | 0.01 | 176.9 | 0.94 | 0.88 |
Hex | C3 | FD | FA | 17 | 0 | 1 | 1 | B1 | 5E | 58 |
Octal | 303 | 375 | 372 | 27 | 0 | 1 | 1 | 261 | 136 | 130 |
Binary | 11000011 | 11111101 | 11111010 | 10111 | 0 | 1 | 1 | 10110001 | 1011110 | 1011000 |
Color Harmonies of #C3FDFA
Complementary color
Monochromatic Colors of #C3FDFA
Black with #C3FDFA
Text Example
Text Example
White with #C3FDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDFA; }
p { color: rgb(195,253,250); }
H1.HeaderClassName
{
color: #C3FDFA;
}
.AnyTagClassName
{
color: #C3FDFA;
}
</style>
background-color css
<style>
a { background-color: #C3FDFA; }
a { background-color: rgb(195,253,250); }
div.DivClassName
{
background-color: #C3FDFA;
}
.BgClassName
{
background-color: #C3FDFA;
}
</style>
border-color css
<style>
span { border-color: #C3FDFA; }
span { border-color: rgb(195,253,250); }
td.TdClassName
{
border-color: #C3FDFA;
}
.TagClassName
{
border-color: #C3FDFA;
}
</style>