#C3FDF9

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

Shades of Pale Turquoise #C3FDF9

Tints of Pale Turquoise #C3FDF9

Color information

#C3FDF9 (or 0xC3FDF9) is unknown color: approx Pale Turquoise. HEX triplet: C3, FD and F9. RGB value is (195,253,249). Sum of RGB (Red+Green+Blue) = 195+253+249=697 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.98% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDF9 is #3C0206. Grayscale: #EBEBEB. Windows color (decimal): -3932679 or 16383427. OLE color: 16383427.

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

Color convert

RGB195253249-
CMYK0.2300.020.01
HSL175.86º93.55%87.84%-
HSV(B)175.86º22.92%99.22%-
XYZ74.7388.69102.8-
YUV235.2135.7899.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.98%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 249 (97.66% from 255) = 35.72%
R=27.98%
G=36.30%
B=35.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952532490.2300.020.01175.8693.5587.84
HexC3FDF917021b05e58
Octal30337537127021260136130
Binary1100001111111101111110011011101011011000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDF9; }

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

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

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

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

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

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

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

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