Shades of Pale Turquoise #C3FDFB
Tints of Pale Turquoise #C3FDFB
RGB
CMYK
RGB Variations
Color information
#C3FDFB (or 0xC3FDFB) is known color: Pale Turquoise. HEX triplet: C3, FD and FB. RGB value is (195,253,251). Sum of RGB (Red+Green+Blue) = 195+253+251=699 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.90% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDFB is #3C0204. Grayscale: #EBEBEB. Windows color (decimal): -3932677 or 16514499. OLE color: 16514499.
HSL color Cylindrical-coordinate representation of color #C3FDFB: hue angle of 177.93º 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 #C3FDFB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 195 | 253 | 251 | - |
CMYK | 0.23 | 0 | 0.01 | 0.01 |
HSL | 177.93º | 0.94% | 0.88% | - |
HSV(B) | 177.93º | 0.23% | 0.99% | - |
XYZ | 75.04 | 88.82 | 104.46 | - |
YUV | 235.43 | 136.78 | 99.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 253 | 251 | 0.23 | 0 | 0.01 | 0.01 | 177.93 | 0.94 | 0.88 |
Hex | C3 | FD | FB | 17 | 0 | 1 | 1 | B2 | 5E | 58 |
Octal | 303 | 375 | 373 | 27 | 0 | 1 | 1 | 262 | 136 | 130 |
Binary | 11000011 | 11111101 | 11111011 | 10111 | 0 | 1 | 1 | 10110010 | 1011110 | 1011000 |
Color Harmonies of #C3FDFB
Complementary color
Monochromatic Colors of #C3FDFB
Black with #C3FDFB
Text Example
Text Example
White with #C3FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDFB; }
p { color: rgb(195,253,251); }
H1.HeaderClassName
{
color: #C3FDFB;
}
.AnyTagClassName
{
color: #C3FDFB;
}
</style>
background-color css
<style>
a { background-color: #C3FDFB; }
a { background-color: rgb(195,253,251); }
div.DivClassName
{
background-color: #C3FDFB;
}
.BgClassName
{
background-color: #C3FDFB;
}
</style>
border-color css
<style>
span { border-color: #C3FDFB; }
span { border-color: rgb(195,253,251); }
td.TdClassName
{
border-color: #C3FDFB;
}
.TagClassName
{
border-color: #C3FDFB;
}
</style>