#C1FDFC

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

Shades of Pale Turquoise #C1FDFC

Tints of Pale Turquoise #C1FDFC

Color information

#C1FDFC (or 0xC1FDFC) is unknown color: approx Pale Turquoise. HEX triplet: C1, FD and FC. RGB value is (193,253,252). Sum of RGB (Red+Green+Blue) = 193+253+252=698 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.65% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDFC is #3E0203. Grayscale: #EAEAEA. Windows color (decimal): -4063748 or 16580033. OLE color: 16580033.

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

Color convert

RGB193253252-
CMYK0.2400.000.01
HSL179º93.75%87.45%-
HSV(B)179º23.72%99.22%-
XYZ74.6988.62105.26-
YUV234.95137.6298.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.65%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=27.65%
G=36.25%
B=36.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932532520.2400.000.0117993.7587.45
HexC1FDFC18001b35e57
Octal30137537430001263136127
Binary110000011111110111111100110000011011001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FDFC; }

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

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

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

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

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

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

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

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