#C2FAFA

Color #C2FAFA Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #C2FAFA

Tints of Pale Turquoise #C2FAFA

Color information

#C2FAFA (or 0xC2FAFA) is unknown color: approx Pale Turquoise. HEX triplet: C2, FA and FA. RGB value is (194,250,250). Sum of RGB (Red+Green+Blue) = 194+250+250=694 (91% of max value = 765). Red value is 194 (76.17% from 255 or 27.95% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #C2FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAFA is #3D0505. Grayscale: #E9E9E9. Windows color (decimal): -3998982 or 16448194. OLE color: 16448194.

HSL color Cylindrical-coordinate representation of color #C2FAFA: hue angle of 180º degrees, saturation: 0.85, 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 #C2FAFA is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194250250-
CMYK0.22000.02
HSL180º84.85%87.06%-
HSV(B)180º22.4%98.04%-
XYZ73.6986.74103.3-
YUV233.26137.45100-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 27.95%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=27.95%
G=36.02%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502500.22000.0218084.8587.06
HexC2FAFA16002b45557
Octal30237237226002264125127
Binary1100001011111010111110101011000101011010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAFA; }

 p { color: rgb(194,250,250); }

 H1.HeaderClassName
 {
   color: #C2FAFA;
 }
 .AnyTagClassName
 {
   color: #C2FAFA;
 }
</style>
background-color css

<style>
 a { background-color: #C2FAFA; }

 a { background-color: rgb(194,250,250); }

 div.DivClassName
 {
   background-color: #C2FAFA;
 }
 .BgClassName
 {
   background-color: #C2FAFA;
 }
</style>
border-color css

<style>
 span { border-color: #C2FAFA; }

 span { border-color: rgb(194,250,250); }

 td.TdClassName
 {
   border-color: #C2FAFA;
 }
 .TagClassName
 {
   border-color: #C2FAFA;
 }
</style>