#C2FAFB

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

Shades of Pale Turquoise #C2FAFB

Tints of Pale Turquoise #C2FAFB

Color information

#C2FAFB (or 0xC2FAFB) is unknown color: approx Pale Turquoise. HEX triplet: C2, FA and FB. RGB value is (194,250,251). Sum of RGB (Red+Green+Blue) = 194+250+251=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2FAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAFB is #3D0504. Grayscale: #E9E9E9. Windows color (decimal): -3998981 or 16513730. OLE color: 16513730.

HSL color Cylindrical-coordinate representation of color #C2FAFB: hue angle of 181.05º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FAFB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194250251-
CMYK0.230.0000.02
HSL181.05º87.69%87.25%-
HSV(B)181.05º22.71%98.43%-
XYZ73.8586.81104.13-
YUV233.37137.9599.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.91%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=27.91%
G=35.97%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502510.230.0000.02181.0587.6987.25
HexC2FAFB17002b55857
Octal30237237327002265130127
Binary1100001011111010111110111011100101011010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAFB; }

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

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

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

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

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

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

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

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