Shades of Pale Turquoise #C3FBF8
Tints of Pale Turquoise #C3FBF8
RGB
CMYK
RGB Variations
Color information
#C3FBF8 (or 0xC3FBF8) is known color: Pale Turquoise. HEX triplet: C3, FB and F8. RGB value is (195,251,248). Sum of RGB (Red+Green+Blue) = 195+251+248=694 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.10% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBF8 is #3C0407. Grayscale: #E9E9E9. Windows color (decimal): -3933192 or 16317379. OLE color: 16317379.
HSL color Cylindrical-coordinate representation of color #C3FBF8: hue angle of 176.79º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FBF8 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 248 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.02 |
| HSL | 176.79º | 0.88% | 0.87% | - |
| HSV(B) | 176.79º | 0.22% | 0.98% | - |
| XYZ | 73.95 | 87.37 | 101.77 | - |
| YUV | 233.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 248 | 0.22 | 0 | 0.01 | 0.02 | 176.79 | 0.88 | 0.87 |
| Hex | C3 | FB | F8 | 16 | 0 | 1 | 2 | B1 | 58 | 57 |
| Octal | 303 | 373 | 370 | 26 | 0 | 1 | 2 | 261 | 130 | 127 |
| Binary | 11000011 | 11111011 | 11111000 | 10110 | 0 | 1 | 10 | 10110001 | 1011000 | 1010111 |
Color Harmonies of #C3FBF8
Complementary color
Monochromatic Colors of #C3FBF8
Black with #C3FBF8
Text Example
Text Example
White with #C3FBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FBF8; }
p { color: rgb(195,251,248); }
H1.HeaderClassName
{
color: #C3FBF8;
}
.AnyTagClassName
{
color: #C3FBF8;
}
</style>
background-color css
<style>
a { background-color: #C3FBF8; }
a { background-color: rgb(195,251,248); }
div.DivClassName
{
background-color: #C3FBF8;
}
.BgClassName
{
background-color: #C3FBF8;
}
</style>
border-color css
<style>
span { border-color: #C3FBF8; }
span { border-color: rgb(195,251,248); }
td.TdClassName
{
border-color: #C3FBF8;
}
.TagClassName
{
border-color: #C3FBF8;
}
</style>