#C3FDF8

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

Shades of Pale Turquoise #C3FDF8

Tints of Pale Turquoise #C3FDF8

Color information

#C3FDF8 (or 0xC3FDF8) is unknown color: approx Pale Turquoise. HEX triplet: C3, FD and F8. RGB value is (195,253,248). Sum of RGB (Red+Green+Blue) = 195+253+248=696 (92% of max value = 765). Red value is 195 (76.56% from 255 or 28.02% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDF8 is #3C0207. Grayscale: #EBEBEB. Windows color (decimal): -3932680 or 16317891. OLE color: 16317891.

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

Color convert

RGB195253248-
CMYK0.2300.020.01
HSL174.83º93.55%87.84%-
HSV(B)174.83º22.92%99.22%-
XYZ74.5788.63101.98-
YUV235.09135.2899.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.02%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 248 (97.27% from 255) = 35.63%
R=28.02%
G=36.35%
B=35.63%

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
Decimal1952532480.2300.020.01174.8393.5587.84
HexC3FDF817021af5e58
Octal30337537027021257136130
Binary1100001111111101111110001011101011010111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDF8; }

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

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

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

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

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

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

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

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