#C3FBF9

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

Shades of Pale Turquoise #C3FBF9

Tints of Pale Turquoise #C3FBF9

Color information

#C3FBF9 (or 0xC3FBF9) is unknown color: approx Pale Turquoise. HEX triplet: C3, FB and F9. RGB value is (195,251,249). Sum of RGB (Red+Green+Blue) = 195+251+249=695 (92% of max value = 765). Red value is 195 (76.56% from 255 or 28.06% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBF9 is #3C0406. Grayscale: #E9E9E9. Windows color (decimal): -3933191 or 16382915. OLE color: 16382915.

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

Color convert

RGB195251249-
CMYK0.2200.010.02
HSL177.86º87.5%87.45%-
HSV(B)177.86º22.31%98.43%-
XYZ74.187.44102.59-
YUV234.03136.45100.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.06%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 249 (97.66% from 255) = 35.83%
R=28.06%
G=36.12%
B=35.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952512490.2200.010.02177.8687.587.45
HexC3FBF916012b25857
Octal30337337126012262130127
Binary1100001111111011111110011011001101011001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FBF9; }

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

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

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

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

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

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

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

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