#C1FEFC

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

Shades of Pale Turquoise #C1FEFC

Tints of Pale Turquoise #C1FEFC

Color information

#C1FEFC (or 0xC1FEFC) is unknown color: approx Pale Turquoise. HEX triplet: C1, FE and FC. RGB value is (193,254,252). Sum of RGB (Red+Green+Blue) = 193+254+252=699 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.61% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEFC is #3E0103. Grayscale: #EBEBEB. Windows color (decimal): -4063492 or 16580289. OLE color: 16580289.

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

Color convert

RGB193254252-
CMYK0.2400.010.00
HSL178.03º96.83%87.65%-
HSV(B)178.03º24.02%99.61%-
XYZ7589.25105.37-
YUV235.53137.2997.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.61%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=27.61%
G=36.34%
B=36.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932542520.2400.010.00178.0396.8387.65
HexC1FEFC18010b26158
Octal30137637430010262141130
Binary110000011111111011111100110000101011001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEFC; }

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

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

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

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

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

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

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

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