#C3FAF9

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

Shades of Pale Turquoise #C3FAF9

Tints of Pale Turquoise #C3FAF9

Color information

#C3FAF9 (or 0xC3FAF9) is unknown color: approx Pale Turquoise. HEX triplet: C3, FA and F9. RGB value is (195,250,249). Sum of RGB (Red+Green+Blue) = 195+250+249=694 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.10% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAF9 is #3C0506. Grayscale: #E9E9E9. Windows color (decimal): -3933447 or 16382659. OLE color: 16382659.

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

Color convert

RGB195250249-
CMYK0.2200.000.02
HSL178.91º84.62%87.25%-
HSV(B)178.91º22%98.04%-
XYZ73.7986.81102.49-
YUV233.44136.78100.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.10%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=28.10%
G=36.02%
B=35.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502490.2200.000.02178.9184.6287.25
HexC3FAF916002b35557
Octal30337237126002263125127
Binary1100001111111010111110011011000101011001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAF9; }

 p { color: rgb(195,250,249); }

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

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

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

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

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

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

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