Shades of Pale Turquoise #C2FEFB
Tints of Pale Turquoise #C2FEFB
RGB
CMYK
RGB Variations
Color information
#C2FEFB (or 0xC2FEFB) is known color: Pale Turquoise. HEX triplet: C2, FE and FB. RGB value is (194,254,251). Sum of RGB (Red+Green+Blue) = 194+254+251=699 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.75% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEFB is #3D0104. Grayscale: #EBEBEB. Windows color (decimal): -3997957 or 16514754. OLE color: 16514754.
HSL color Cylindrical-coordinate representation of color #C2FEFB: hue angle of 177º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEFB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 251 | - |
CMYK | 0.24 | 0 | 0.01 | 0.00 |
HSL | 177º | 0.97% | 0.88% | - |
HSV(B) | 177º | 0.24% | 1% | - |
XYZ | 75.1 | 89.32 | 104.55 | - |
YUV | 235.72 | 136.62 | 98.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 251 | 0.24 | 0 | 0.01 | 0.00 | 177 | 0.97 | 0.88 |
Hex | C2 | FE | FB | 18 | 0 | 1 | 0 | B1 | 61 | 58 |
Octal | 302 | 376 | 373 | 30 | 0 | 1 | 0 | 261 | 141 | 130 |
Binary | 11000010 | 11111110 | 11111011 | 11000 | 0 | 1 | 0 | 10110001 | 1100001 | 1011000 |
Color Harmonies of #C2FEFB
Complementary color
Monochromatic Colors of #C2FEFB
Black with #C2FEFB
Text Example
Text Example
White with #C2FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEFB; }
p { color: rgb(194,254,251); }
H1.HeaderClassName
{
color: #C2FEFB;
}
.AnyTagClassName
{
color: #C2FEFB;
}
</style>
background-color css
<style>
a { background-color: #C2FEFB; }
a { background-color: rgb(194,254,251); }
div.DivClassName
{
background-color: #C2FEFB;
}
.BgClassName
{
background-color: #C2FEFB;
}
</style>
border-color css
<style>
span { border-color: #C2FEFB; }
span { border-color: rgb(194,254,251); }
td.TdClassName
{
border-color: #C2FEFB;
}
.TagClassName
{
border-color: #C2FEFB;
}
</style>