#C3FDFC

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

Shades of Pale Turquoise #C3FDFC

Tints of Pale Turquoise #C3FDFC

Color information

#C3FDFC (or 0xC3FDFC) is unknown color: approx Pale Turquoise. HEX triplet: C3, FD and FC. RGB value is (195,253,252). Sum of RGB (Red+Green+Blue) = 195+253+252=700 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.86% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDFC is #3C0203. Grayscale: #EBEBEB. Windows color (decimal): -3932676 or 16580035. OLE color: 16580035.

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

Color convert

RGB195253252-
CMYK0.2300.000.01
HSL178.97º93.55%87.84%-
HSV(B)178.97º22.92%99.22%-
XYZ75.288.88105.29-
YUV235.54137.2899.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.86%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 252 (98.83% from 255) = 36%
R=27.86%
G=36.14%
B=36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952532520.2300.000.01178.9793.5587.84
HexC3FDFC17001b35e58
Octal30337537427001263136130
Binary110000111111110111111100101110011011001110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDFC; }

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

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

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

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

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

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

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

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